Skip to content

Commit

Permalink
remove error on warning flag for sphinx-build in sphinx makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Oct 28, 2024
1 parent b984821 commit b6ccb51
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -W -vvv
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -vvv
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
12 changes: 5 additions & 7 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pyaqsapi user documentation
:maxdepth: 2
:numbered:
:hidden:


.. include:: manual/EPA_Disclaimer.rst
.. include:: manual/Introduction.rst
Expand All @@ -21,15 +22,12 @@ pyaqsapi user documentation
.. include:: manual/RAQSAPI.rst


pyaqsapi API reference documentation
------------------------------------
Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`

pyaqsapi index
--------------

#* :ref:`genindex`
* :ref:`search`

References
----------
Expand Down
17 changes: 7 additions & 10 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@
</ul>
</li>
<li><a class="reference internal" href="#troubleshooting">Troubleshooting</a></li>
<li><a class="reference internal" href="#about-raqsapi">About RAQSAPI</a><ul>
<li><a class="reference internal" href="#pyaqsapi-api-reference-documentation">pyaqsapi API reference documentation</a></li>
<li><a class="reference internal" href="#pyaqsapi-index">pyaqsapi index</a></li>
<li><a class="reference internal" href="#about-raqsapi">About RAQSAPI</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a><ul>
<li><a class="reference internal" href="#references">References</a></li>
</ul>
</li>
Expand Down Expand Up @@ -1346,16 +1345,14 @@ <h3>pyaqsapi Miscellaneous functions<a class="headerlink" href="#pyaqsapi-miscel
feature parity with RAQSAPI and neither project will have features that the
other project does not - other than programming language environment or
language preference there is no benefit to using one package over the other.</p>
<section id="pyaqsapi-api-reference-documentation">
<h3>pyaqsapi API reference documentation<a class="headerlink" href="#pyaqsapi-api-reference-documentation" title="Link to this heading"></a></h3>
</section>
<section id="indices-and-tables">
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><span class="xref std std-ref">genindex</span></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
</ul>
</section>
<section id="pyaqsapi-index">
<h3>pyaqsapi index<a class="headerlink" href="#pyaqsapi-index" title="Link to this heading"></a></h3>
<p>#* <span class="xref std std-ref">genindex</span></p>
</section>
<section id="references">
<h3>References<a class="headerlink" href="#references" title="Link to this heading"></a></h3>
<div class="docutils container" id="id6">
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pyaqsapi user documentation
:maxdepth: 2
:numbered:
:hidden:


.. include:: manual/EPA_Disclaimer.rst
.. include:: manual/Introduction.rst
Expand All @@ -21,15 +22,12 @@ pyaqsapi user documentation
.. include:: manual/RAQSAPI.rst


pyaqsapi API reference documentation
------------------------------------
Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`

pyaqsapi index
--------------

#* :ref:`genindex`
* :ref:`search`

References
----------
Expand Down

0 comments on commit b6ccb51

Please sign in to comment.