Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.13"

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
jobs:
post_install:
- pip install --upgrade furo

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ envfile_dev: envfile
@echo DATABASE_PASSWORD=\"dejacode\" >> ${ENV_FILE}

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

doc8:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
extensions = []

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "installation_and_sysadmin"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ dev = [
"tblib==3.1.0"
]
docs = [
"Sphinx==8.2.3",
"furo==2025.9.25",
"doc8==2.0.0",
"Sphinx",
"furo",
"doc8",
]

[project.urls]
Expand Down
14 changes: 0 additions & 14 deletions thirdparty/dist/sphinx-8.1.3-py3-none-any.whl.ABOUT

This file was deleted.