Unverified Commit 840f2366 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

Merge pull request #3 from KAIR-BAIR/tancik/build_docs

Build docs
parents 4bdde5a3 60edf7ba
.. _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"
......@@ -15,4 +15,5 @@ Contents
.. toctree::
usage
\ No newline at end of file
usage
api
\ No newline at end of file
......@@ -17,4 +17,9 @@ dependencies = [
[project.optional-dependencies]
# 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