Skip to content

Commit 516e381

Browse files
authored
Merge branch 'master' into how-to-order-a-domain-fixes
2 parents f142f24 + 0f06f08 commit 516e381

3 files changed

Lines changed: 841 additions & 0 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)