"references/vscode:/vscode.git/clone" did not exist on "28557e0cfe9113a5285330542264f03e4ba74535"
Commit 60edf7ba authored by Matt Tancik's avatar Matt Tancik
Browse files

Build docs

parent 776dff86
.. _api:
API
============
.. automodule:: nerfacc.utils
:members:
:show-inheritance:
......@@ -29,7 +29,7 @@ templates_path = ["_templates"]
# -- Options for HTML output
html_theme = "sphinx_rtd_theme"
html_theme = "furo"
# -- Options for EPUB output
epub_show_urls = "footnote"
......@@ -16,3 +16,4 @@ Contents
.. toctree::
usage
api
\ No newline at end of file
......@@ -25,4 +25,9 @@ examples = [
]
# for documentation
docs = []
\ No newline at end of file
docs = [
"furo==2022.4.7",
"sphinx==4.5.0",
"sphinx-copybutton==0.5.0",
"sphinx-design==0.2.0"
]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment