Glen Whitney
b1203327ad
The mechanism here is to shadow a specified `custom.theme_dir` in the generated docs directory, and then ignore generated files therein (since they will be being used by the theme to render the pages, and are not actually part of the documentation).
33 lines
1.0 KiB
INI
33 lines
1.0 KiB
INI
[metadata]
|
|
name = mkdocs-semiliterate
|
|
version = 0.6.0
|
|
description = Extension of mkdocs-simple-plugin adding easy content inclusion
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
keywords = mkdocs literate
|
|
url = http://studioinfinity.org/semiliterate
|
|
project_urls =
|
|
Issues = https://code.studioinfinity.org/glen/mkdocs-semiliterate/issues
|
|
Documentation = http://studioinfinity.org/semiliterate
|
|
Source Code = http://code.studioinfinity.org/glen/mkdocs-semiliterate
|
|
Source = http://code.studioinfinity.org/glen/mkdocs-semiliterate
|
|
author = Glen Whitney
|
|
author_email = glen@studioinfinity.org
|
|
classifiers =
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3 :: Only
|
|
license = Apache-2.0
|
|
|
|
[options]
|
|
packages = mkdocs_semiliterate
|
|
install_requires =
|
|
mkdocs~=1.3.1
|
|
mkdocs-simple-plugin~=1.0
|
|
|
|
[options.entry_points]
|
|
mkdocs.plugins =
|
|
semiliterate = mkdocs_semiliterate.plugin:SemiliteratePlugin
|