Skip to content

Commit

Permalink
fix: building sphinx rtd theme (#544)
Browse files Browse the repository at this point in the history
* Add sphinx-rtd-theme to docs

First implementation

* docs: mobile friendly documentation

* docs: follow rtd installation instructions
  • Loading branch information
dancergraham authored Dec 31, 2024
1 parent 393e7db commit 2b70e6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# Here we follow https://docs.readthedocs.io/en/stable/config-file/v2.html#packages
python:
install:
- sphinx
- sphinx-rtd-theme
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 2b70e6b

Please sign in to comment.