Sphinx Project documentation¶
CHANGE THE NAME OF THE MODULE sphinx BELOW AFTER YOU CHANGE THE NAME OF hello.py TO MATCH YOUR PROJECT! Then you can change these documentation lines
The Sphinx documentation toolchain.
- sphinx.version_info: Final = (9, 1, 0, 'final', 0)¶
Version info for better programmatic use.
A tuple of five elements; for Sphinx version 1.2.1 beta 3 this would be
(1, 2, 1, 'beta', 3). The fourth element can be one of:alpha,beta,rc,final.finalalways has 0 as the last element.Added in version 1.2: Before version 1.2, check the string
sphinx.__version__.