Skip to content

Commit

Permalink
add ci building sphinx testing
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 3, 2023
1 parent 221126d commit 6870dc2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
'sphinx.ext.mathjax'
]

# The main toctree document.
master_doc = 'index'

# Add any paths that contain templates here, relative to this directory.
# I think this is right:
templates_path = [os.path.join(conf_directory, 'sphinx/_templates')]
Expand Down Expand Up @@ -292,7 +295,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Axom.tex', u'Axom Documentation',
(master_doc, 'ReSolve.tex', u'ReSolve Documentation',
u'LLNL', 'manual'),
]

Expand Down Expand Up @@ -322,7 +325,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'axom', u'Axom Documentation',
(master_doc, 'resolve', u'ReSolve Documentation',
[u'Axom Team'], 1)
]

Expand All @@ -336,8 +339,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Axom', u'Axom Documentation',
'Axom Team', 'Axom', 'Library of CS utilities for HPC applications.',
(master_doc, 'ReSolve', u'ReSolve Documentation',
'ReSolve Team', 'ReSolve', 'ReSolve is a library of GPU-resident linear solver.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 6870dc2

Please sign in to comment.