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

update requirements (#49)

* update requirements

* fix RTD requirements
parent d67b8c32
...@@ -14,8 +14,5 @@ python: ...@@ -14,8 +14,5 @@ python:
# Equivalent to 'pip install .' # Equivalent to 'pip install .'
- method: pip - method: pip
path: . path: .
# Equivalent to 'pip install .[docs]' # Equivalent to 'pip install -r docs/requirements.txt'
- method: pip - requirements: docs/requirements.txt
path: . \ No newline at end of file
extra_requirements:
- docs
\ No newline at end of file
# NerfAcc # NerfAcc
[![Core Tests.](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml/badge.svg)](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml) [![Core Tests.](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml/badge.svg)](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml)
[![Documentation Status](https://readthedocs.com/projects/plenoptix-nerfacc/badge/?version=latest)](https://plenoptix-nerfacc.readthedocs-hosted.com/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.com/projects/plenoptix-nerfacc/badge/?version=latest)](https://www.nerfacc.com/en/latest/?badge=latest)
https://www.nerfacc.com/ https://www.nerfacc.com/
......
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
...@@ -47,29 +47,29 @@ copybutton_prompt_is_regexp = True ...@@ -47,29 +47,29 @@ copybutton_prompt_is_regexp = True
# documentation. # documentation.
html_theme_options = { html_theme_options = {
# The target url that the logo directs to. Unset to do nothing # 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 # "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 # behavior of each item in the menu. Each item can either be a link or a
# dropdown menu containing a list of links. # dropdown menu containing a list of links.
"menu": [ # "menu": [
# A link # # A link
{"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"}, # {"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"},
# A dropdown menu # # A dropdown menu
{ # {
"name": "Projects", # "name": "Projects",
"children": [ # "children": [
# A vanilla dropdown item # # A vanilla dropdown item
{ # {
"name": "nerfstudio", # "name": "nerfstudio",
"url": "https://docs.nerf.studio/", # "url": "https://docs.nerf.studio/",
"description": "The all-in-one repo for NeRFs", # "description": "The all-in-one repo for NeRFs",
}, # },
], # ],
# Optional, determining whether this dropdown menu will always be # # Optional, determining whether this dropdown menu will always be
# highlighted. # # highlighted.
# "active": True, # # "active": True,
}, # },
], # ],
} }
# html_theme_options = { # html_theme_options = {
# "canonical_url": "", # "canonical_url": "",
......
...@@ -40,21 +40,8 @@ dev = [ ...@@ -40,21 +40,8 @@ dev = [
"pytest-xdist==2.5.0", "pytest-xdist==2.5.0",
"typeguard>=2.13.3", "typeguard>=2.13.3",
"pyyaml==6.0", "pyyaml==6.0",
] "build",
# Documentation packages "twine",
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"
] ]
# [tool.setuptools.packages.find] # [tool.setuptools.packages.find]
......
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