Skip to content

Commit

Permalink
fix: revert docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBarry committed Apr 26, 2024
1 parent 5affe73 commit 715bbc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
. .venv/bin/activate
mkdir -p ./_build/pydocmd/examples
python docs/autogen.py
mkdocs build
pydocmd build
run-examples:
working_directory: ~/project
Expand Down Expand Up @@ -194,8 +194,8 @@ jobs:
. .venv/bin/activate
mkdir -p ./_build/pydocmd/examples
python docs/autogen.py
mkdocs build
mkdocs gh-deploy
pydocmd build
pydocmd gh-deploy
- run:
name: "Deploy package to pypi"
command: |
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/serve_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
rm -rf ./_build
mkdir -p ./_build/pydocmd/examples
python docs/autogen.py
mkdocs serve
pydocmd serve
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"tests": [
"flake8==3.7.9",
"black==23.1.0",
"mkdocs==1.6.0",
"mkdocs==1.2.4",
"mypy==1.9.0",
"pre-commit==1.20.0",
"pytest==8.1.1",
"pydoc-markdown==4.8.2",
"pydoc-markdown==2.0.5",
"pyyaml==6.0.1",
"six==1.16.0",
"tabulate==0.9.0",
Expand Down

0 comments on commit 715bbc2

Please sign in to comment.