Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Add zuul-sphinx to requirements
Browse files Browse the repository at this point in the history
Part of #367

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Apr 20, 2022
1 parent 0ee3218 commit 622cd56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sphinx-rtd-theme
sphinx_fontawesome
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
zuul-sphinx
6 changes: 4 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
extensions = [
'sphinx.ext.autosectionlabel', 'sphinxcontrib.blockdiag',
'sphinxcontrib.nwdiag', 'sphinx.ext.todo', 'sphinx_fontawesome'
]
'sphinxcontrib.nwdiag', 'sphinx.ext.todo', 'sphinx_fontawesome',
'zuul_sphinx'
]
source_suffix = '.rst'
master_doc = 'index'
project = u'OSISM'
Expand Down Expand Up @@ -37,3 +38,4 @@
'_static'
]
latex_elements = {}
zuul_role_paths = []

0 comments on commit 622cd56

Please sign in to comment.