Skip to content

Commit

Permalink
Sphinx docs bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Jul 14, 2020
1 parent d954b76 commit e77fabe
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# Required
version: 2

sphinx:
configuration: docs/conf.py

formats:
- htmlzip
- pdf
Expand Down
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
breathe==4.4.0
docutils==0.13.1
Pygments==2.2.0
pyparsing==2.1.9
Sphinx==1.5.2
sphinxcontrib-bibtex==0.3.4
sphinxcontrib-doxylink==1.3
sphinx_rtd_theme==0.3.1
breathe>=4.4
docutils>=0.13
Pygments>=2.2
pyparsing>=2.1
Sphinx>=1.5
sphinxcontrib-bibtex>=0.3
sphinxcontrib-doxylink>=1.3
sphinx_rtd_theme>=0.3
requests[security]
1 change: 0 additions & 1 deletion docs/source/user/aerodyn/ADNodalOutputs.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _AD-Nodal-Outputs:

Nodal Outputs
~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions docs/source/user/aerodyn/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ unknown/invalid channel name, it warns the users but will remove the
suspect channel from the output file. Please refer to Appendix E for a
complete list of possible output parameters.

.. _AD-Nodal-Outputs:

.. include:: ADNodalOutputs.rst


Expand Down
1 change: 0 additions & 1 deletion docs/source/user/beamdyn/BDNodalOutputs.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _BD-Nodal-Outputs:

Nodal Outputs
~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions docs/source/user/beamdyn/input_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ remove the suspect channel from the output file. Please refer to
Appendix :numref:`app-output-channel` for a complete list of possible output
parameters and their names.

.. _BD-Nodal-Outputs:

.. include:: BDNodalOutputs.rst

Expand Down
1 change: 0 additions & 1 deletion docs/source/user/elastodyn/EDNodalOutputs.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _ED-Nodal-Outputs:

Nodal Outputs
~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions docs/source/user/elastodyn/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,6 @@ suspect channel from the output file. Please refer to the ElastoDyn tab in the
Excel file :download:`OutListParameters.xlsx <../../../OtherSupporting/OutListParameters.xlsx>`
for a complete list of possible output parameters.

.. _ED-Nodal-Outputs:

.. include:: EDNodalOutputs.rst

0 comments on commit e77fabe

Please sign in to comment.