Skip to content

Commit

Permalink
readthedocs help
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent 46ef355 commit d4e8b27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx_rtd_theme
nbsphinx
sphinx_automodapi
sphinx-book-theme
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies = [
"matplotlib",
"sympy",
"ipykernel",
"sphinx_rtd_theme",
"nbsphinx",
"sphinx_automodapi",
"sphinx-book-theme",
]
authors = [
{name = "Ben Cassese", email = "b.c.cassese@columbia.edu"},
Expand Down

0 comments on commit d4e8b27

Please sign in to comment.