Skip to content

Commit

Permalink
Drop recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Sep 21, 2024
1 parent 8e542b3 commit f058d05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest-cov = "*" # "~=4.0"
pytest-html = "*"
python-pam = "*" # "~=1.8"
pywin32 = {version = "*", markers="sys_platform == 'win32'"}
recommonmark = "*"
# recommonmark = "*"
requests = "*"
# rope = "*"
ruff = "*"
Expand Down
5 changes: 1 addition & 4 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ json5~=0.8.5
python-pam~=2.0.2
PyYAML~=6.0
# RTD:
#sphinx~=7.1
#sphinx_rtd_theme~=1.2
furo
#readthedocs-sphinx-search==0.3.1
recommonmark~=0.7.1
# recommonmark~=0.7.1
# MyST
myst-parser[linkify]
sphinxcontrib-mermaid
4 changes: 1 addition & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ Paste~=3.0
black~=24.3
pytest~=8.2
pytest-cov~=5.0
recommonmark
# recommonmark
requests
ruff
setuptools~=69.5
#Sphinx
#sphinx_rtd_theme
stressor
tox~=4.15
twine~=5.0
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ description = Build Sphinx documentation (output directory: docs/sphinx-build)
changedir = docs
deps =
sphinx
recommonmark
#sphinx_rtd_theme
; recommonmark
furo
readthedocs-sphinx-search
commands =
Expand Down

0 comments on commit f058d05

Please sign in to comment.