From f92523751e8b438ae34c7ec12ad3395dda18ac95 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 26 Apr 2017 11:53:08 -0400 Subject: [PATCH 1/2] Docs: Add seealso message to config page leading to api docs While hanging around IRC in both #sphinx-doc and #readthedocs I have found that a lot of people do not know about these options even though a lot of theme are pretty common. For example, adding a simple theme overide, most people will edit layout.html instead of Sphinx.add_stylesheet. --- doc/config.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/config.rst b/doc/config.rst index 5e641cbfb..ab2eab0b9 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -50,6 +50,9 @@ Important points to note: Note that the current builder tag is not available in ``conf.py``, as it is created *after* the builder is initialized. +.. seealso:: Aditional configurations, such as adding stylesheets, javascripts, + builders, ect... can be made through the :doc:`/extdev/appapi`. + General configuration --------------------- From 458d1487b2b1630c2e260fcdf9374e51a2fe1a7a Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 26 Apr 2017 12:59:49 -0400 Subject: [PATCH 2/2] From Review: Fix typos --- doc/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index ab2eab0b9..8c77ee2c6 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -50,8 +50,8 @@ Important points to note: Note that the current builder tag is not available in ``conf.py``, as it is created *after* the builder is initialized. -.. seealso:: Aditional configurations, such as adding stylesheets, javascripts, - builders, ect... can be made through the :doc:`/extdev/appapi`. +.. seealso:: Additional configurations, such as adding stylesheets, + javascripts, builders, etc. can be made through the :doc:`/extdev/appapi`. General configuration