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"] ...@@ -29,7 +29,7 @@ templates_path = ["_templates"]
# -- Options for HTML output # -- Options for HTML output
html_theme = "sphinx_rtd_theme" html_theme = "furo"
# -- Options for EPUB output # -- Options for EPUB output
epub_show_urls = "footnote" epub_show_urls = "footnote"
...@@ -15,4 +15,5 @@ Contents ...@@ -15,4 +15,5 @@ Contents
.. toctree:: .. toctree::
usage usage
\ No newline at end of file api
\ No newline at end of file
...@@ -25,4 +25,9 @@ examples = [ ...@@ -25,4 +25,9 @@ examples = [
] ]
# for documentation # for documentation
docs = [] docs = [
\ No newline at end of file "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