Fix documentation template issues
This is a roll up of some of the fixes in bash8 that were needed after doing a cookiecut to create the project. Update to use oslosphinx instead of oslo.sphinx, fix the reference to the README.rst file, and add a header to the contributing doc page, since the default file doesn't come with one. Change-Id: Ic3033b7710e9c24ed044d322d08e1eb95e5dc760
This commit is contained in:
parent
2ea879ee42
commit
83b5d0fb1d
@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'oslo.sphinx'
|
||||
'oslosphinx'
|
||||
]
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
|
@ -1 +1,4 @@
|
||||
============
|
||||
Contributing
|
||||
============
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
|
@ -1 +1 @@
|
||||
.. include:: ../README.rst
|
||||
.. include:: ../../README.rst
|
||||
|
@ -5,7 +5,7 @@ discover
|
||||
fixtures>=0.3.14
|
||||
python-subunit
|
||||
sphinx>=1.1.2
|
||||
oslo.sphinx
|
||||
oslosphinx
|
||||
testrepository>=0.0.17
|
||||
testscenarios>=0.4,<0.5
|
||||
testtools>=0.9.32
|
||||
|
Loading…
x
Reference in New Issue
Block a user