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:
# 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
# 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)
[![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/
......
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
# 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": "",
......
......@@ -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]
......
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