There was an error while loading. Please reload this page.
1 parent 92049a1 commit 9c4b674Copy full SHA for 9c4b674
2 files changed
pyproject.toml
@@ -0,0 +1,23 @@
1
+[project]
2
+name = "hypernode-docs"
3
+version = "0.1.0"
4
+requires-python = ">=3.11"
5
+dependencies = [
6
+ "sphinx==8.3.0",
7
+ "sphinx_rtd_theme==3.0.2",
8
+ "myst-parser==4.0.1",
9
+ "mdit-py-plugins",
10
+ "sphinx-copybutton==0.5.2",
11
+ "mdformat==0.7.18",
12
+ "mdformat-myst==0.2.1",
13
+ "sphinx-notfound-page==1.1.0",
14
+ "sphinx-sitemap==2.6.0",
15
+ "sphinx-docsearch",
16
+ "GitPython==3.1.44",
17
+ "ruamel.yaml==0.18.12",
18
+ "beautifulsoup4==4.11.1",
19
+ "markdownify==0.11.2",
20
+ "python-slugify==6.1.2",
21
+ "pyyaml==5.1",
22
+ "frontmatter==3.0.7",
23
+]
0 commit comments