Skip to content

Commit

Permalink
Updated ReadTheDocs configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Jun 14, 2024
1 parent 4cdb950 commit 0901d6a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

formats:
- pdf
- htmlzip

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
Empty file added docs/_static/.gitignore
Empty file.
Empty file added docs/_templates/.gitignore
Empty file.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = "jsonrpclib-pelix"
copyright = "2020, Thomas Calmant"
copyright = "2024, Thomas Calmant"
author = "Thomas Calmant"

# The short X.Y version
version = "0.4"
# The full version, including alpha/beta/rc tags
release = "0.4.2"
release = "0.4.3.3"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -64,7 +64,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".gitignore", "requirements.txt"]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme

0 comments on commit 0901d6a

Please sign in to comment.