Skip to content

Commit 23cf57a

Browse files
committed
remove mkdocs
1 parent fd96e6d commit 23cf57a

5 files changed

Lines changed: 2 additions & 76 deletions

File tree

.github/workflows/mkdocs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: MkDocs Documentation
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
6-
push:
7-
branches:
8-
- master
4+
workflow_dispatch:
95

106
jobs:
117
deploy-preview:

mkdocs.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ polygraph = { path = ".", editable = true, extras = ["dev"] }
1212

1313
[tasks]
1414
test = "pytest -n auto -sv --skip-slow ./tests"
15-
docs = "mkdocs build"
15+
docs = "sphinx-build -b html docs docs/_build/html"
1616
docs-sphinx = "sphinx-build -b html docs docs/_build/html"
1717
docs-serve = "sphinx-autobuild --watch polygraph --watch docs -b html docs docs/_build/html --open-browser --port 8000"

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ dev = [
4646
"ipykernel",
4747
"grakel",
4848
"pytest-profiling",
49-
"mkdocs",
50-
"mkdocstrings",
51-
"mkdocs-material",
52-
"mkdocstrings-python",
53-
"mkdocs-terminal",
5449
"tabulate",
5550
"jinja2",
5651
"seaborn",

requirements-docs.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
mkdocs
2-
mkdocs-material
3-
mkdocstrings
4-
mkdocstrings-python
5-
mkdocs-terminal
61
sphinx
72
pydata-sphinx-theme
83
myst-parser

0 commit comments

Comments
 (0)