Skip to content

Commit

Permalink
Sphinx (#17)
Browse files Browse the repository at this point in the history
* adding Sphinx to Poetry

* Adding sphinx_rtd_theme via Poetry

* updated docs files for src structure and updated requirements.txt and yaml for RTD

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* added -e . to requirements.txt for RTD

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jessicaw9910 and pre-commit-ci[bot] authored May 2, 2024
1 parent 4472149 commit 4bcbceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ $RECYCLE.BIN/
# requests_cache/
# data_cache/
*params.json
True.sqlite
*.sqlite
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
matplotlib
# numpy
# matplotlib
sphinx
sphinx_rtd_theme
-e .

0 comments on commit 4bcbceb

Please sign in to comment.