Skip to content

Commit

Permalink
Merge pull request #466 from Gabrielgerez/rtd-config
Browse files Browse the repository at this point in the history
Fix incoming build error in rtd
  • Loading branch information
Gabrielgerez authored Oct 2, 2023
2 parents 11d3806 + ed506c0 commit ddebe3b
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: doc/conf.py

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

python:
version: 3.6
install:
- requirements: doc/requirements.txt
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
breathe
recommonmark
Sphinx>=2.0
sphinx<7
sphinx_rtd_theme
sphinxcontrib-bibtex==1.0.0

0 comments on commit ddebe3b

Please sign in to comment.