Skip to content

Commit

Permalink
Apply readthedocs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
narategithub authored and tom95858 committed Dec 10, 2024
1 parent 69d552b commit 341bee3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
project = "LDMS"

extensions = [
"sphinx_rtd_theme",
]

html_theme = "sphinx_rtd_theme"
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme

0 comments on commit 341bee3

Please sign in to comment.