Skip to content

Commit

Permalink
update .readthedocs.yml to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jun 27, 2023
1 parent d78e2f9 commit 4af65a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
pip_install: true
extra_requirements:
- docs
install:
- requirements: docs/requirements.txt
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# requirements to build documentation
Sphinx<2.0
sphinxcontrib-issuetracker
alabaster
doc8
eve
jinja2<3.1.0

0 comments on commit 4af65a9

Please sign in to comment.