diff options
author | 2021-06-25 23:39:12 +0000 | |
---|---|---|
committer | 2021-06-25 23:39:12 +0000 | |
commit | 8147d3cf75110e7dc786bfe42b11f55ed259307b (patch) | |
tree | 945a1d87a6eee230385f63958f582fdddf8db90d /docs | |
parent | 0aa0d35719fe07d8610fe1c075e6e343d677e671 (diff) | |
parent | df0c593bae69a232fb054a33a3c932187c48f935 (diff) |
Merge branch 'gitlab-ci' into 'master'
Gitlab-CI Configuration for Documentation Builds
See merge request anuket/opnfvdocs!9
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..734f07f97 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,8 @@ +tox +Sphinx==1.5.6 +doc8 +docutils==0.12 +setuptools +six +sphinxcontrib-httpdomain +sphinx_bootstrap_theme>=0.4.11 |