-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wire Sphinx builds into the RTD config via tox
Resolves #917 Adjust test paths to new doc location.
- Loading branch information
Showing
46 changed files
with
62 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
--- | ||
# Read the Docs configuration file for Sphinx projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
os: ubuntu-24.04 | ||
tools: | ||
python: '3.12' | ||
|
||
sphinx: | ||
configuration: docs/source/conf.py | ||
fail_on_warning: true | ||
|
||
python: | ||
install: | ||
- requirements: dependencies/default/constraints.txt | ||
- requirements: dependencies/docs/constraints.txt | ||
- path: . | ||
python: >- | ||
3.12 | ||
commands: | ||
- >- | ||
PYTHONWARNINGS=error | ||
python3 -Im venv "${READTHEDOCS_VIRTUALENV_PATH}" | ||
- >- | ||
PYTHONWARNINGS=error | ||
"${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -Im | ||
pip install tox | ||
- >- | ||
PYTHONWARNINGS=error | ||
"${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -Im | ||
tox -e docs --notest -vvvvv | ||
- >- | ||
PYTHONWARNINGS=error | ||
"${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -Im | ||
tox -e docs --skip-pkg-install -q | ||
-- | ||
"${READTHEDOCS_OUTPUT}"/html | ||
-b html | ||
-D language=en |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters