Skip to content

Commit 0901d6a

Browse files
committed
Updated ReadTheDocs configuration files
1 parent 4cdb950 commit 0901d6a

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
formats:
7+
- pdf
8+
- htmlzip
9+
10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.11"
14+
15+
sphinx:
16+
configuration: docs/conf.py
17+
18+
python:
19+
install:
20+
- requirements: docs/requirements.txt

docs/_static/.gitignore

Whitespace-only changes.

docs/_templates/.gitignore

Whitespace-only changes.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = "jsonrpclib-pelix"
23-
copyright = "2020, Thomas Calmant"
23+
copyright = "2024, Thomas Calmant"
2424
author = "Thomas Calmant"
2525

2626
# The short X.Y version
2727
version = "0.4"
2828
# The full version, including alpha/beta/rc tags
29-
release = "0.4.2"
29+
release = "0.4.3.3"
3030

3131

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

6969
# The name of the Pygments (syntax highlighting) style to use.
7070
pygments_style = None

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

0 commit comments

Comments
 (0)