Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8fb35b9

Browse filesBrowse 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
Copy full SHA for 8fb35b9

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎docs/writing/documentation.rst

Copy file name to clipboardExpand all lines: docs/writing/documentation.rst
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.