Skip to content

Commit

Permalink
Adding missing requirements.txt to docs, add sphinx_copybutton
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed May 20, 2021
1 parent 2934097 commit 0fa6cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==4.0.2
sphinx-rtd-theme==0.5.2
sphinx-copybutton==0.3.1
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosectionlabel",
"sphinx.ext.napoleon",
"sphinx_copybutton",
]

autosectionlabel_prefix_document = True
Expand Down

0 comments on commit 0fa6cf7

Please sign in to comment.