Skip to content

Commit ae05388

Browse files
committed
Updated config files.
1 parent 032ed50 commit ae05388

5 files changed

Lines changed: 3 additions & 22 deletions

File tree

.bumpversion.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ tag = True
99

1010
[bumpversion:file:README.rst]
1111

12-
[bumpversion:file:doc-source/index.rst]
13-
1412
[bumpversion:file:repo_helper.yml]

README.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ notebook2script
44

55
.. start short_desc
66
7-
**Convert Jupyter Notebooks to Python Scripts**
7+
**Convert Jupyter Notebooks to Python Scripts.**
88

99
.. end short_desc
1010
@@ -14,8 +14,6 @@ notebook2script
1414
:stub-columns: 1
1515
:widths: 10 90
1616

17-
* - Docs
18-
- |docs| |docs_check|
1917
* - Tests
2018
- |travis| |actions_windows| |actions_macos| |coveralls| |codefactor|
2119
* - PyPI
@@ -25,13 +23,7 @@ notebook2script
2523
* - Other
2624
- |license| |language| |requires| |pre_commit|
2725

28-
.. |docs| image:: https://img.shields.io/readthedocs/notebook2script/latest?logo=read-the-docs
29-
:target: https://notebook2script.readthedocs.io/en/latest/?badge=latest
30-
:alt: Documentation Build Status
3126

32-
.. |docs_check| image:: https://github.com/domdfcoding/notebook2script/workflows/Docs%20Check/badge.svg
33-
:target: https://github.com/domdfcoding/notebook2script/actions?query=workflow%3A%22Docs+Check%22
34-
:alt: Docs Check Status
3527

3628
.. |travis| image:: https://img.shields.io/travis/com/domdfcoding/notebook2script/master?logo=travis
3729
:target: https://travis-ci.com/domdfcoding/notebook2script

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
pypi_name = "notebook2script"
4545
import_name = "notebook2script"
4646
__license__ = "GNU General Public License v2 (GPLv2)"
47-
short_desc = 'Convert Jupyter Notebooks to Python Scripts'
47+
short_desc = 'Convert Jupyter Notebooks to Python Scripts.'
4848
__author__ = author = 'Dominic Davis-Foster'
4949
author_email = 'dominic@davis-foster.co.uk'
5050
github_username = "domdfcoding"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from __pkginfo__ import * # pylint: disable=wildcard-import
1414

1515
setup(
16-
description='Convert Jupyter Notebooks to Python Scripts',
16+
description='Convert Jupyter Notebooks to Python Scripts.',
1717
extras_require=extras_require,
1818
install_requires=install_requires,
1919
py_modules=[],

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ commands =
5050
python --version
5151
python -m pytest --cov=notebook2script -r aR tests/ {posargs}
5252

53-
[testenv:docs]
54-
setenv = SHOW_TODOS = 1
55-
basepython = python3.8
56-
changedir = {toxinidir}/doc-source
57-
deps =
58-
-r{toxinidir}/requirements.txt
59-
-r{toxinidir}/doc-source/requirements.txt
60-
commands = sphinx-build -M html . ./build {posargs}
61-
6253
[testenv:build]
6354
skip_install = True
6455
changedir = {toxinidir}

0 commit comments

Comments
 (0)