mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update sphinx config
This commit is contained in:
parent
703c510d3c
commit
a6b3e4536d
1 changed files with 4 additions and 4 deletions
|
@ -14,15 +14,15 @@
|
||||||
# import sys
|
# import sys
|
||||||
# sys.path.insert(0, os.path.abspath('.'))
|
# sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
|
||||||
from royalnet import __version__ as royalnet_version
|
import royalnet
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'Royalnet'
|
project = 'Royalnet'
|
||||||
copyright = '2019, Stefano Pigozzi'
|
copyright = '2019, Stefano Pigozzi'
|
||||||
author = 'Stefano Pigozzi'
|
author = 'Stefano Pigozzi'
|
||||||
version = royalnet_version
|
version = royalnet.__version__
|
||||||
release = royalnet_version
|
release = royalnet.__version__
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
@ -81,4 +81,4 @@ html_static_path = ['_static']
|
||||||
|
|
||||||
# Display warnings on the pages... for now.
|
# Display warnings on the pages... for now.
|
||||||
keep_warnings = True
|
keep_warnings = True
|
||||||
nitpicky = True
|
nitpicky = True
|
||||||
|
|
Loading…
Reference in a new issue