mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#10: implement HTML section numbering.
This commit is contained in:
@@ -9,10 +9,14 @@ suggest new entries!
|
||||
How do I...
|
||||
-----------
|
||||
|
||||
... get section numbers?
|
||||
They are automatic in LaTeX output; for HTML, give a ``:numbered:`` option to
|
||||
the :dir:`toctree` directive where you want to start numbering.
|
||||
|
||||
... customize the look of the built HTML files?
|
||||
Use themes, see :doc:`theming`.
|
||||
|
||||
... add global substitutions?
|
||||
... add global substitutions or includes?
|
||||
Add them in the :confval:`rst_epilog` config value.
|
||||
|
||||
... write my own extension?
|
||||
|
||||
Reference in New Issue
Block a user