Skip to content

Commit

Permalink
Add requirements.txt for docs workflow (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
eb8680 authored Jul 10, 2023
1 parent 8898b80 commit 069f28c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source/
pyproject_extras: test
requirements_path: ./docs/source/requirements.txt
8 changes: 8 additions & 0 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pyro-ppl>=1.8.5
jupyter
mypy
sphinx
sphinxcontrib-bibtex
sphinx_rtd_theme
myst_parser
nbsphinx

0 comments on commit 069f28c

Please sign in to comment.