Skip to content

Commit 3039028

Browse files
authored
fix: update the readthedocs.yml config to fix the build (#447)
Signed-off-by: tdruez <[email protected]>
1 parent 7b3c396 commit 3039028

File tree

5 files changed

+9
-25
lines changed

5 files changed

+9
-25
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
1111
python: "3.13"
12-
13-
# Optionally declare the Python requirements required to build your docs
14-
python:
15-
install:
16-
- requirements: docs/requirements.txt
12+
jobs:
13+
post_install:
14+
- pip install --upgrade furo
1715

1816
# Build documentation in the "docs/" directory with Sphinx
1917
sphinx:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ envfile_dev: envfile
5959
@echo DATABASE_PASSWORD=\"dejacode\" >> ${ENV_FILE}
6060

6161
doc_dependencies: virtualenv
62-
@echo "-> Configure and install decumentation dependencies"
62+
@echo "-> Configure and install documentation dependencies"
6363
@${ACTIVATE} pip install --editable .[docs]
6464

6565
doc8:

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)