Merge pull request #385 from mithro/rtd
Fix the `.readthedocs.yml` file.
This commit is contained in:
commit
13f11197b3
|
@ -19,13 +19,19 @@
|
||||||
# Read the Docs configuration file
|
# Read the Docs configuration file
|
||||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||||
|
|
||||||
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-lts-latest
|
||||||
|
tools:
|
||||||
|
python: latest
|
||||||
|
|
||||||
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
fail_on_warning: false
|
fail_on_warning: false
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: "3.7"
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
sphinx==4.5.0
|
sphinx
|
||||||
docutils
|
docutils
|
||||||
git+https://github.com/f4pga/sphinx_f4pga_theme.git@f4pga#egg=sphinx-f4pga-theme
|
git+https://github.com/f4pga/sphinx_f4pga_theme.git@f4pga#egg=sphinx-f4pga-theme
|
||||||
sphinx-tabs
|
sphinx-tabs
|
||||||
sphinx-jinja
|
sphinx-jinja
|
||||||
|
docutils==0.17.1
|
||||||
|
|
Loading…
Reference in New Issue