Skip to content

Commit

Permalink
Merge pull request #306 from dbatten5/docs-fix
Browse files Browse the repository at this point in the history
Docs fix
  • Loading branch information
dbatten5 committed Jan 12, 2024
2 parents b0f4c4f + 211d1d9 commit 22b0677
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,3 @@ jobs:
tag: ${{ steps.check-version.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.x
- run: pip install poetry
- run: poetry config virtualenvs.create false --local
- run: poetry install --without test,dev
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ reference
contributing
Code of Conduct <codeofconduct>
License <license>
Changelog <https://github.com/dbatten5/arraytex/releases>
Changelog <https://github.com/dbatten5/maison/releases>
```
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Main API

```{eval-rst}
.. automodule:: maison.config.ProjectConfig
.. automodule:: maison.ProjectConfig
:members:
:imported-members:
:special-members: __init__
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
include = [
{ path = "tests", format = "sdist" }
Expand Down

0 comments on commit 22b0677

Please sign in to comment.