We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635c01a commit a71145cCopy full SHA for a71145c
.readthedocs.yaml
@@ -12,3 +12,5 @@ python:
12
install:
13
- method: pip
14
path: .
15
+ extra_requirements:
16
+ - docs
pyproject.toml
@@ -35,10 +35,16 @@ dev = [
35
"setuptools",
36
"wheel",
37
"sphinx",
38
+ "sphinxawesome_theme",
39
"black",
40
"twine"
41
]
42
43
+docs = [
44
+ "sphinx",
45
+ "sphinxawesome_theme"
46
+]
47
+
48
[project.urls]
49
"Homepage" = "https://github.com/HumanBrainProject/fairgraph"
50
0 commit comments