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
17558c2a
Unverified
Commit
17558c2a
authored
Sep 16, 2022
by
Matthew Tancik
Committed by
GitHub
Sep 16, 2022
Browse files
Move dependencies to allow pypi upload (#14)
parent
7804cb2f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
14 deletions
+7
-14
.readthedocs.yaml
.readthedocs.yaml
+2
-5
docs/requirements.txt
docs/requirements.txt
+5
-0
pyproject.toml
pyproject.toml
+0
-9
No files found.
.readthedocs.yaml
View file @
17558c2a
...
@@ -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
:
.
extra_requirements
:
-
docs
docs/requirements.txt
0 → 100644
View file @
17558c2a
sphinx==4.5.0
sphinx-copybutton==0.5.0
sphinx-design==0.2.0
pytorch_sphinx_theme @ git+https://github.com/liruilong940607/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinx_copybutton
\ No newline at end of file
pyproject.toml
View file @
17558c2a
...
@@ -16,15 +16,6 @@ dependencies = [
...
@@ -16,15 +16,6 @@ dependencies = [
]
]
[project.optional-dependencies]
[project.optional-dependencies]
# for documentation
docs
=
[
"furo==2022.4.7"
,
"sphinx==4.5.0"
,
"sphinx-copybutton==0.5.0"
,
"sphinx-design==0.2.0"
,
"pytorch_sphinx_theme @ git+https://github.com/liruilong940607/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme"
,
"sphinx_copybutton"
]
# for development
# for development
dev
=
[
dev
=
[
...
...
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