Drop unsupported oslosphinx

Change-Id: I30b51d7ab769458667b26608a121b73864d5388f
This commit is contained in:
Dmitriy Rabotyagov 2019-10-01 17:46:19 +03:00
parent 4c4ae8fdb8
commit 2a98c20b44
2 changed files with 0 additions and 5 deletions

View File

@ -28,12 +28,8 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'oslosphinx'
]
# The link to the browsable source code (for the left hand menu)
oslosphinx_cgit_link = 'https://git.openstack.org/cgit/openstack/openstack-ansible-specs'
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.

View File

@ -4,5 +4,4 @@
# this is required for the docs build jobs
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0