File tree Expand file tree Collapse file tree
properdocs-theme-readthedocs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # properdocs-theme-mkdocs
2+
3+ This package needs to be installed in order to use the "MkDocs" theme with the [ ProperDocs] ( https://properdocs.org/ ) documentation generator:
4+
5+ pip install properdocs-theme-mkdocs
6+
7+ (See < https://properdocs.org/dev-guide/themes/ > )
8+
9+ It originates as the "MkDocs" theme made for the [ MkDocs] ( https://www.mkdocs.org/ ) documentation generator.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " properdocs-theme-mkdocs"
77description = " 'mkdocs' theme for ProperDocs, originally made for MkDocs"
8+ readme = " README.md"
89license = " BSD-2-Clause"
910authors = [
1011 {name = " Tom Christie" , email = " tom@tomchristie.com" },
Original file line number Diff line number Diff line change 1+ # properdocs-theme-readthedocs
2+
3+ This package needs to be installed in order to use the "ReadTheDocs" theme with the [ ProperDocs] ( https://properdocs.org/ ) documentation generator:
4+
5+ pip install properdocs-theme-readthedocs
6+
7+ (See < https://properdocs.org/dev-guide/themes/ > )
8+
9+ It is copied from the "ReadTheDocs" theme made for the [ MkDocs] ( https://www.mkdocs.org/ ) documentation generator.
10+
11+ Its origin is from the "ReadTheDocs" theme for Sphinx: < https://github.com/readthedocs/sphinx_rtd_theme >
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " properdocs-theme-readthedocs"
77description = " 'readthedocs' theme for ProperDocs, originally made for MkDocs"
8+ readme = " README.md"
89license = " BSD-2-Clause"
910authors = [
1011 {name = " Tom Christie" , email = " tom@tomchristie.com" },
You can’t perform that action at this time.
0 commit comments