Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .readthedocs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install py-ldlm

## Usage

See full ducumentation at https://py-ldlm.readthedocs.io/
See full documentation at https://py-ldlm-docs.readthedocs.io/

## License

Expand Down
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

Binary file removed docs/_static/logo.png
Binary file not shown.
Binary file removed docs/_static/logo_symbol.png
Binary file not shown.
38 changes: 0 additions & 38 deletions docs/conf.py

This file was deleted.

7 changes: 0 additions & 7 deletions docs/contributing.rst

This file was deleted.

Binary file removed docs/favicon.ico
Binary file not shown.
34 changes: 0 additions & 34 deletions docs/index.rst

This file was deleted.

35 changes: 0 additions & 35 deletions docs/ldlm.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/license.rst

This file was deleted.

144 changes: 0 additions & 144 deletions docs/overview.rst

This file was deleted.

9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ Documentation = "https://github.com/imoore76/py-ldlm/README.md"

[project.optional-dependencies]
test = ["pytest", "pytest-asyncio", "frozendict", "coverage"]
docs = [
"sphinx",
"sphinx_rtd_theme",
"autodoc",
"myst-parser",
"setuptools-scm>=8",
"m2r2",
"sphinx-copybutton"
]

[tool.setuptools_scm]

Expand Down
2 changes: 1 addition & 1 deletion requirements-develop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .[test,docs]
-e .[test]

grpcio-tools
pylint
Expand Down
15 changes: 0 additions & 15 deletions taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# Requires
# - grep
# - pcre2grep
# - misspell
# - which
# - curl
# - addlicense (github.com/google/addlicense)
Expand Down Expand Up @@ -59,19 +58,6 @@ tasks:
- 2to3 -w -n ldlm/protos/*py
- addlicense ldlm/protos/*

docs:
desc: "Build documentation"
sources:
- '**/*.py'
- '*py'
dir: docs
cmds:
# API docs generated with
# sphinx-apidoc -e -f -o ./ ../ldlm ../ldlm/protos/ ../ldlm/*client*.py
# then edited
- make clean
- make html

test:
desc: "Run unit tests"
aliases: ["t"]
Expand Down Expand Up @@ -110,7 +96,6 @@ tasks:
- task: googlify
- task: fmt
- task: lint
- misspell ./...
- task: test
- task: clean
- find . -type f -not -name "*.sh" -not -path "./.venv/*" -exec chmod a-x {} \;
Expand Down
Loading