Skip to content

Commit

Permalink
Merge pull request #223 from Gabrielgerez/rtd-fix
Browse files Browse the repository at this point in the history
Fix incoming issue with .readthedocs.yml
  • Loading branch information
Gabrielgerez authored Oct 2, 2023
2 parents 224ef30 + cf236d9 commit 0f357cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2

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

sphinx:
configuration: docs/conf.py

Expand All @@ -8,6 +13,5 @@ formats:
- pdf

python:
version: 3.6
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
breathe
Sphinx>=2.0
Sphinx<7
sphinx_rtd_theme

0 comments on commit 0f357cf

Please sign in to comment.