Skip to content

Commit f5db003

Browse files
authored
Merge pull request #23 from VirtualPlanetaryLaboratory/test-infrastructure-restoration
Fix Sphinx documentation build errors
2 parents a93a617 + 27e72f0 commit f5db003

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# a list of builtin themes.
4949
#
5050
html_theme = "sphinx_rtd_theme"
51-
html_theme_path = ["."]
51+
# Use the installed sphinx_rtd_theme package, not local copy
5252
# Add any paths that contain custom static files (such as style sheets) here,
5353
# relative to this directory. They are copied after the builtin static files,
5454
# so a file named "default.css" will overwrite the builtin "default.css".

docs/help.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ There are three optional arguments for :code:`MultiPlanet`:
1515

1616
:code:`-q`: there will be no output in the command line
1717

18-
:code:`-bp`: `BigPlanet`_ will be ran in conjunction with :code:`MultiPlanet`.
18+
:code:`-bp`: `BigPlanet`_ will be ran in conjunction with :code:`MultiPlanet`.
1919

20-
.. BigPlanet: https://github.com/VirtualPlanetaryLaboratory/bigplanet
20+
.. _BigPlanet: https://github.com/VirtualPlanetaryLaboratory/bigplanet
2121

2222
:code:`-m`: emails the users at :code:`email` when the simulations are complete
2323

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MultiPlanet Documentation
2-
=======
2+
==========================
33

44
``multi-planet`` manages the exectution of a suite of `VPLanet <https://github.com/VirtualPlanetaryLaboratory/multi-planet>`_
55
simulations that were built with `VSPACE <https://github.com/VirtualPlanetaryLaboratory/vspace>`_.

0 commit comments

Comments
 (0)