Skip to content

Commit 8fb35b9

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#149 from alekzvik/master
Added a note about readthedocs.org at the documenting section
2 parents dbd4c82 + 3874e1f commit 8fb35b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/writing/documentation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,12 @@ Sphinx_ is a tool which converts documentation in the :ref:`restructuredtext-ref
206206
markup language into a range of output formats including HTML, LaTeX (for
207207
printable PDF versions), manual pages and plain text.
208208

209-
.. note:: This Guide is built with Sphinx_
209+
There is also a great free hosting for your Sphinx_ docs: `Read The Docs`_
210+
211+
.. note:: This Guide is built with Sphinx_ and hosted on `Read The Docs`_
210212

211213
.. _Sphinx: http://sphinx.pocoo.org
214+
.. _Read The Docs: http://readthedocs.org
212215

213216
.. _restructuredtext-ref:
214217

0 commit comments

Comments
 (0)