Make sphinx compileable

Actually testing things is probably pretty important
This commit is contained in:
Matthew Treinish 2014-03-26 15:23:02 -04:00
parent f421e329a4
commit b0c9859844
6 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,7 @@
=============================================
Contributing to: {{ cookiecutter.repo_name }}
=============================================
If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer, start here"
section of this page:

View File

@ -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

View File

@ -1 +0,0 @@
.. include:: ../../CONTRIBUTING.rst

View File

@ -0,0 +1 @@
../../CONTRIBUTING.rst

View File

@ -18,9 +18,10 @@
.. toctree::
:maxdepth: 2
readme <readme>
contributing <contributing>
Sample Template <template.rst>
README <readme>
contributing
Sample Template <template>
Indices and tables

View File

@ -1 +0,0 @@
.. include:: ../README.rst

View File

@ -0,0 +1 @@
../../README.rst

View File

@ -1 +0,0 @@
.. include:: ../template.rst

View File

@ -0,0 +1 @@
../../template.rst