Skip to content

Commit

Permalink
Trying to get readthedocs index back (#808)
Browse files Browse the repository at this point in the history
Merging random changes hoping to hit on the one that's breaking the docs.  Surely there's a better way?  :-(
  • Loading branch information
jtv committed Mar 24, 2024
1 parent 01446be commit 5dedb0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ build:
apt_packages:
- doxygen
- graphviz
- python3-graphviz

# Build documentation in the docs/ directory with Sphinx
sphinx:
#builder: html
# builder: html
builder: dirhtml
configuration: doc/conf.py
fail_on_warning: true

Expand All @@ -24,3 +26,5 @@ sphinx:
# install:
# - requirements: docs/requirements.txt

sphinx:
configuration: doc/conf.py

0 comments on commit 5dedb0d

Please sign in to comment.