Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Delete requirements.txt"
This reverts commit 9aa4f06.
  • Loading branch information
sobolevn committed Dec 28, 2021
commit 1ba745d7da34ef81c712986e15daa655da29eb1b
12 changes: 12 additions & 0 deletions Doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Requirements to build the Python documentation

# Sphinx version is pinned so that new versions that introduce new warnings
# won't suddenly cause build failures. Updating the version is fine as long
# as no warnings are raised by doing so.
sphinx==4.2.0

blurb

# The theme used by the documentation is stored separately, so we need
# to install that as well.
python-docs-theme