Skip to content

Commit

Permalink
Add requirements.txt for document generation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Apr 1, 2023
1 parent b8d337a commit 3e6a87e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docs/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ set -e
#
# Install breathe (assuming there's a venv in $HOME/venv/)
# source $HOME/venv/bin/activate
# pip install -r requirements.txt
#
# Or just install these:
# pip install -U sphinx breathe sphinx_rtd_theme recommonmark

# rm should work, this should copy all files, but for safety reasons I'm not doing it...
Expand Down
12 changes: 12 additions & 0 deletions src/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
breathe==4.35.0
commonmark==0.9.1
recommonmark==0.7.1
Sphinx==6.1.3
sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5

0 comments on commit 3e6a87e

Please sign in to comment.