Skip to content

Commit a4826d3

Browse files
Reverting attempt to use sphinx-readme
1 parent 884e7b9 commit a4826d3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"sphinx.ext.viewcode", # Add links to highlighted source code
4040
"sphinx.ext.napoleon", # to render Google format docstrings
4141
"sphinx.ext.githubpages",
42-
"sphinx_readme",
4342
]
4443

4544
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
sphinx
22
sphinx-copybutton
33
sphinx-rtd-theme
4-
sphinx_readme

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{name = "Tim Littlefair", email = "heretical.camelid@gmail.com"}
1313
]
1414
description = "Sample Python Project for creating a new Python Module"
15-
readme = "docs/tl_python_package_template.rst"
15+
readme = "README.rst"
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",
1818
"Intended Audience :: Developers",
@@ -51,9 +51,9 @@ test = [
5151
]
5252

5353
[project.urls]
54-
Documentation = "https://github.com/microsoft/python-package-template/tree/main#readme"
55-
Source = "https://github.com/microsoft/python-package-template"
56-
Tracker = "https://github.com/microsoft/python-package-template/issues"
54+
Documentation = "https://github.com/tim-littlefair/tl-python-package-template/tree/main#readme"
55+
Source = "https://github.com/tim-littlefair/tl-python-package-template"
56+
Tracker = "https://github.com/tim-littlefair/tl-python-package-template/issues"
5757

5858
[tool.flit.module]
5959
name = "tl_python_package_template"

0 commit comments

Comments
 (0)