'make html' command doesn't show any warnings now

This commit is contained in:
Ivan Kolodyazhny 2013-11-27 19:40:21 +00:00
parent 9da9226f2a
commit d0dcf12f4d
9 changed files with 18 additions and 8 deletions

View File

@ -61,7 +61,7 @@ images: $(JPGs)
all: clean html dirhtml singlehtml latexpdf pdf all: clean html dirhtml singlehtml latexpdf pdf
html: images html: images
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html $(SPHINXBUILD) -b html -W $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo @echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

View File

@ -76,7 +76,6 @@ release = '3.2'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'pdf'] exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'pdf']
#exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide']#, 'pdf_*']
# exclude_patterns = ['_*', 'rn_index.rst'] # exclude_patterns = ['_*', 'rn_index.rst']
# The reST default role (used for this markup: `text`) to use for all documents. # The reST default role (used for this markup: `text`) to use for all documents.

View File

@ -1,13 +1,15 @@
:orphan:
.. index Documentation .. index Documentation
.. Documentation_: .. Documentation:
============================= =============================
_Documentation Documentation
============================= =============================
.. toctree:: Documentation .. toctree::
:maxdepth: 2 :maxdepth: 2
pre-install-guide pre-install-guide

View File

@ -1,3 +1,5 @@
:orphan:
.. index:: Home page .. index:: Home page
.. _Homepage: .. _Homepage:

View File

@ -35,11 +35,17 @@ To install Fuel using the ISO image:
10. Verify the network configuration by clicking **Verify Networks**. 10. Verify the network configuration by clicking **Verify Networks**.
11. In the **Settings** tab, modify additional options: 11. In the **Settings** tab, modify additional options:
* Access * Access
* OpenStack Components * OpenStack Components
* Hypervisor type * Hypervisor type
* Storage * Storage
* Scheduler driver * Scheduler driver
* Syslog * Syslog
12. Assign a role for each node server. 12. Assign a role for each node server.

View File

@ -1,3 +1,5 @@
:orphan:
.. index:: Release Notes: Fuel 3.2 .. index:: Release Notes: Fuel 3.2
.. _RelNotes_3.2: .. _RelNotes_3.2:

View File

@ -1,6 +1,6 @@
.. index:: Introduction .. index:: Introduction
.. _Introduction: .. _User_Introduction:
Introducing Fuel for OpenStack Introducing Fuel for OpenStack
=============================== ===============================

View File

@ -76,7 +76,6 @@ release = '3.2'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide', '*.rst'] exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide', '*.rst']
#exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide']#, 'pdf_*']
# exclude_patterns = ['_*', 'rn_index.rst'] # exclude_patterns = ['_*', 'rn_index.rst']
# The reST default role (used for this markup: `text`) to use for all documents. # The reST default role (used for this markup: `text`) to use for all documents.

View File

@ -75,7 +75,7 @@ release = '3.2'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
exclude_patterns = ['_*', "pages"] exclude_patterns = ['_*', "pages", 'pdf', 'contents', 'index', '*-guide']
# exclude_patterns = ['_*', 'rn_index.rst'] # exclude_patterns = ['_*', 'rn_index.rst']
# The reST default role (used for this markup: `text`) to use for all documents. # The reST default role (used for this markup: `text`) to use for all documents.