Skip to content

Commit 6e87b15

Browse files
committed
Convert README to Markdown
1 parent 7d67283 commit 6e87b15

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

Diff for: README.rst renamed to README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Python Docs Sphinx Theme
2-
=========================
1+
# Python Docs Sphinx Theme
32

43
This is the theme for the Python documentation.
54

@@ -10,21 +9,19 @@ projects if you so choose, but please keep in mind that in doing so you're also
109
choosing to accept some of the responsibility for maintaining that collective
1110
trust.
1211

13-
To use the theme, install it into your docs build environment via ``pip``
12+
To use the theme, install it into your docs build environment via `pip`
1413
(preferably in a virtual environment).
1514

1615

17-
Configuration options
18-
---------------------
16+
## Configuration options
1917

20-
To use this theme, add the following to ``conf.py``:
18+
To use this theme, add the following to `conf.py`:
2119

22-
- ``html_theme = 'python_docs_theme'``
20+
- `html_theme = 'python_docs_theme'`
2321

24-
- ``html_sidebars``, defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars
22+
- `html_sidebars`, defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars
2523

26-
Preview
27-
-------
24+
## Preview
2825

2926
See a demo of the CPython docs using this theme:
3027

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
name = "python-docs-theme"
99
version = "2024.3"
1010
description = "The Sphinx theme for the CPython docs and related projects"
11-
readme = "README.rst"
11+
readme = "README.md"
1212
license.file = "LICENSE"
1313
authors = [{name = "PyPA", email = "[email protected]"}]
1414
requires-python = ">=3.8"

0 commit comments

Comments
 (0)