Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
8c58be50
Unverified
Commit
8c58be50
authored
Oct 05, 2022
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Oct 05, 2022
Browse files
update requirements (#49)
* update requirements * fix RTD requirements
parent
d67b8c32
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
41 deletions
+29
-41
.readthedocs.yaml
.readthedocs.yaml
+2
-5
README.md
README.md
+1
-1
docs/requirements.txt
docs/requirements.txt
+4
-0
docs/source/conf.py
docs/source/conf.py
+20
-20
pyproject.toml
pyproject.toml
+2
-15
No files found.
.readthedocs.yaml
View file @
8c58be50
...
...
@@ -14,8 +14,5 @@ python:
# Equivalent to 'pip install .'
-
method
:
pip
path
:
.
# Equivalent to 'pip install .[docs]'
-
method
:
pip
path
:
.
extra_requirements
:
-
docs
\ No newline at end of file
# Equivalent to 'pip install -r docs/requirements.txt'
-
requirements
:
docs/requirements.txt
\ No newline at end of file
README.md
View file @
8c58be50
# NerfAcc
[

](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml)
[

](https://
plenoptix-nerfacc.readthedocs-hosted
.com/en/latest/?badge=latest)
[

](https://
www.nerfacc
.com/en/latest/?badge=latest)
https://www.nerfacc.com/
...
...
docs/requirements.txt
0 → 100644
View file @
8c58be50
pytorch_sphinx_theme @ git+https://github.com/liruilong940607/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinx==5.2.1
sphinx-copybutton==0.5.0
sphinx-design==0.2.0
\ No newline at end of file
docs/source/conf.py
View file @
8c58be50
...
...
@@ -47,29 +47,29 @@ copybutton_prompt_is_regexp = True
# documentation.
html_theme_options
=
{
# The target url that the logo directs to. Unset to do nothing
"logo_url"
:
"https://
plenoptix-nerfacc.readthedocs-hosted
.com/en/latest/index.html"
,
"logo_url"
:
"https://
www.nerfacc
.com/en/latest/index.html"
,
# "menu" is a list of dictionaries where you can specify the content and the
# behavior of each item in the menu. Each item can either be a link or a
# dropdown menu containing a list of links.
"menu"
:
[
# A link
{
"name"
:
"GitHub"
,
"url"
:
"https://github.com/KAIR-BAIR/nerfacc"
},
# A dropdown menu
{
"name"
:
"Projects"
,
"children"
:
[
# A vanilla dropdown item
{
"name"
:
"nerfstudio"
,
"url"
:
"https://docs.nerf.studio/"
,
"description"
:
"The all-in-one repo for NeRFs"
,
},
],
# Optional, determining whether this dropdown menu will always be
# highlighted.
# "active": True,
},
],
#
"menu": [
#
# A link
#
{"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"},
#
# A dropdown menu
#
{
#
"name": "Projects",
#
"children": [
#
# A vanilla dropdown item
#
{
#
"name": "nerfstudio",
#
"url": "https://docs.nerf.studio/",
#
"description": "The all-in-one repo for NeRFs",
#
},
#
],
#
# Optional, determining whether this dropdown menu will always be
#
# highlighted.
#
# "active": True,
#
},
#
],
}
# html_theme_options = {
# "canonical_url": "",
...
...
pyproject.toml
View file @
8c58be50
...
...
@@ -40,21 +40,8 @@ dev = [
"pytest-xdist==2.5.0"
,
"typeguard>=2.13.3"
,
"pyyaml==6.0"
,
]
# Documentation packages
docs
=
[
"pytorch_sphinx_theme @ git+https://github.com/liruilong940607/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme"
,
"sphinx==5.2.1"
,
"sphinx-copybutton==0.5.0"
,
"sphinx-design==0.2.0"
]
# Example packages
examples
=
[
"tinycudann @ git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch"
,
"imageio"
,
"opencv-python"
,
"numpy"
,
"tqdm"
"build"
,
"twine"
,
]
# [tool.setuptools.packages.find]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment