Skip to content

Commit

Permalink
max update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Dec 16, 2020
1 parent d33cbd9 commit 96ae625
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __getattr__(cls, name):
# Document Python Code
#autodoc_mock_imports = ['bs4', 'requests']
#autoapi_type = 'python'
#autoapi_dirs = '../../../CircularEconomy-MassFlowCalculator'
#autoapi_dirs = '../../../PV_ICE'

napoleon_use_rtype = False # group rtype on same line together with return

Expand All @@ -94,7 +94,7 @@ def __getattr__(cls, name):
master_doc = 'index'

# General information about the project.
project = 'Circular Economy - Mass Flow Calculator'
project = 'PV ICE'
copyright = '2020, NREL'
author = 'Silvana Ayala, Heather Mirletz'
release = '0.1.0'
Expand Down Expand Up @@ -140,7 +140,7 @@ def __getattr__(cls, name):
html_show_copyright = True

# Output file base name for HTML help builder.
htmlhelp_basename = 'CircularEconomy-MassFlowCalculatordoc'
htmlhelp_basename = 'PV_ICEdoc'

# A workaround for the responsive tables always having annoying scrollbars.
def setup(app):
Expand All @@ -164,7 +164,7 @@ def setup(app):
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'CircularEconomy-MassFlowCalculator.tex', u'CircularEconomy-MassFlowCalculator\\_Python Documentation',
('index', 'PV_ICE.tex', u'PV_ICE\\_Python Documentation',
u'NREL, github contributors', 'manual'),
]
Expand All @@ -189,9 +189,9 @@ def setup(app):
#latex_domain_indices = True
"""
# extlinks alias
extlinks = {'issue': ('https://github.com/NREL/CircularEconomy-MassFlowCalculator/issues/%s', 'GH'),
'pull': ('https://github.com/NREL/CircularEconomy-MassFlowCalculator/pull/%s', 'GH'),
'wiki': ('https://github.com/NREL/CircularEconomy-MassFlowCalculator/wiki/%s', 'wiki '),
extlinks = {'issue': ('https://github.com/NREL/PV_ICE/issues/%s', 'GH'),
'pull': ('https://github.com/NREL/PV_ICE/pull/%s', 'GH'),
'wiki': ('https://github.com/NREL/PV_ICE/wiki/%s', 'wiki '),
'doi': ('http://dx.doi.org/%s', 'DOI: '),
'ghuser': ('https://github.com/%s', '@')}
"""
Expand All @@ -200,7 +200,7 @@ def setup(app):
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'CircularEconomy-MassFlowCalculator', u'CircularEconomy-MassFlowCalculator Documentation',
('index', 'PV_ICE', u'PV_ICE Documentation',
[u'NREL, github contributors'], 1)
]
Expand All @@ -214,8 +214,8 @@ def setup(app):
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'CircularEconomy-MassFlowCalculator', u'CircularEconomy-MassFlowCalculator Documentation',
u'NREL, github contributors', 'CircularEconomy-MassFlowCalculator', 'One line description of project.',
('index', 'PV_ICE', u'PV_ICE Documentation',
u'NREL, github contributors', 'PV_ICE', 'One line description of project.',
'Miscellaneous'),
]
Expand Down

0 comments on commit 96ae625

Please sign in to comment.