From 00e27ad07f6a3d90b7aea860477e69b0903ebc0f Mon Sep 17 00:00:00 2001 From: Alfredo Carella Date: Wed, 23 Jan 2019 10:30:11 +0100 Subject: [PATCH] Fix small typo in how_to_use.rst Write correct path for Sphinx configuration file "conf.py" --- docs/source/how_to_use.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/how_to_use.rst b/docs/source/how_to_use.rst index e08b20f..cb356ef 100644 --- a/docs/source/how_to_use.rst +++ b/docs/source/how_to_use.rst @@ -33,7 +33,7 @@ for you to see a working example: 1. How Python files can be ordered into a package (see the ``mypack/`` directory) 2. A ``setup.py`` file for installing said Python package -3. A sphinx configuration file that utilizes (``docs/conf.py``)... +3. A sphinx configuration file that utilizes (``docs/source/conf.py``)... a. The ``autodoc`` extension to scrape information from docstrings b. The ``numpydoc`` extension to allow NumPy-style docstrings