Skip to content

Commit

Permalink
Replace sphinx with mkdocs for documentation (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 11, 2024
1 parent dd50665 commit 09c3777
Show file tree
Hide file tree
Showing 16 changed files with 127 additions and 639 deletions.
4 changes: 1 addition & 3 deletions .config/requirements-docs.in
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Sphinx~=5.2.1
docutils~=0.19
MarkupSafe~=2.1.1
mkdocs-ansible>=24.3.1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ test-distribute.sh
venv/*
src/tendo/_version.py
coverage.lcov
site
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ repos:
- id: requirements-txt-fixer
- id: check-yaml
files: .*\.(yaml|yml)$
exclude: >
(?x)^(
mkdocs.yml
)$
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand Down
19 changes: 0 additions & 19 deletions .readthedocs.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# tendo

Tendo is a python module that adds basic functionality that is
not provided by Python. Read the [documentation](https://tendo.readthedocs.io) for more info.
[Tendo](https://tendo.readthedocs.io) is a python module that adds basic functionality that is
not provided by Python.

- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.io/#module-tendo.singleton)
- [console logging coloring](https://tendo.readthedocs.io/#module-tendo.colorer)
Expand All @@ -15,7 +15,7 @@ not provided by Python. Read the [documentation](https://tendo.readthedocs.io) f

## Requirements and Compatibility

- python 3.8 or newer
- python 3.10 or newer
- tox for running tests

## Related Projects and Packages
Expand Down
130 changes: 0 additions & 130 deletions docs/Makefile

This file was deleted.

Loading

0 comments on commit 09c3777

Please sign in to comment.