Skip to content

Commit

Permalink
specify master doc name for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyakosmos committed Oct 20, 2019
1 parent d9853ce commit 1e8cdce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

# -- General configuration ---------------------------------------------------

master_doc = 'index'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation
============

.. code-block::
.. code-block:: bash
pip install argser
pip install argser[tabulate] # for fancy table support
Expand Down

0 comments on commit 1e8cdce

Please sign in to comment.