Conclusion¶
In this tutorial, we have learned to create static web sites using Sphinx. Sphinx allows us to
- concentrate on content (rather than markup) with reStructuredText
- quickly create a web site with a consistent look and feel and navigation system
- use themes and templating to customize a site’s style
Looking Ahead¶
There’s much more to learn! Sphinx is a very powerful tool; to dig deeper, take a look at:
- the Sphinx extensions to reStructuredText, particularly inter-document references
- information on customizing, extending, and creating themes
- the Jinja/Sphinx templating primer explains the basics of customizing Sphinx templates
- the Jinja2 template documentation, which describes the syntax and semantics of Sphinx’s template language
Next: Quick Reference