mirror of
https://github.com/irmen/prog8.git
synced 2025-01-11 13:29:45 +00:00
readthedocs tweaks
This commit is contained in:
parent
d4b087ea3f
commit
5f20f321f0
@ -11,15 +11,17 @@ build:
|
|||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
|
||||||
sphinx:
|
|
||||||
configuration: docs/source/conf.py
|
|
||||||
|
|
||||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
|
||||||
formats:
|
|
||||||
- pdf
|
|
||||||
|
|
||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/source/conf.py
|
||||||
|
fail_on_warning: true
|
||||||
|
|
||||||
|
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
||||||
|
formats:
|
||||||
|
- pdf
|
||||||
|
- epub
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
sphinx>=5.3.0
|
sphinx>7.0.0
|
||||||
sphinx_rtd_theme>=1.2
|
sphinx_rtd_theme>=1.2
|
||||||
sphinxcontrib-jquery
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user