"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "a5b3118f4650918d82819e80144fbdb91929f953"
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"] ...@@ -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
...@@ -17,4 +17,9 @@ dependencies = [ ...@@ -17,4 +17,9 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
# 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