diff --git a/moduleroot/.gitignore b/moduleroot/.gitignore index ed61651..a21bbf4 100644 --- a/moduleroot/.gitignore +++ b/moduleroot/.gitignore @@ -8,7 +8,8 @@ coverage/ .idea/ *.swp *.iml -openstack/ +/openstack +/log # Files created by releasenotes build releasenotes/build diff --git a/moduleroot/test-requirements.txt b/moduleroot/test-requirements.txt index 9b046fe..1ea50a8 100644 --- a/moduleroot/test-requirements.txt +++ b/moduleroot/test-requirements.txt @@ -1,6 +1,7 @@ -# this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +# This is required for the docs build jobs +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 + # This is required for the releasenotes build jobs # FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 reno>=1.8.0,!=2.0.0 # Apache-2.0