Skip to content

Commit f8569d5

Browse files
committed
Update the readthedocs config to fix the build
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 48390ee commit f8569d5

4 files changed

Lines changed: 5 additions & 19 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
python: "3.13"
1212
jobs:
1313
post_install:
14-
- make doc_dependencies
14+
- pip install --upgrade furo
1515

1616
# Build documentation in the "docs/" directory with Sphinx
1717
sphinx:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extensions = []
1818

1919
templates_path = ["_templates"]
20-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "installation_and_sysadmin"]
20+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2121

2222
# -- Options for HTML output -------------------------------------------------
2323
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ dev = [
171171
"tblib==3.1.0"
172172
]
173173
docs = [
174-
"Sphinx==8.2.3",
175-
"furo==2025.9.25",
176-
"doc8==2.0.0",
174+
"Sphinx",
175+
"furo",
176+
"doc8",
177177
]
178178

179179
[project.urls]

thirdparty/dist/sphinx-8.1.3-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)