Glen Whitney
bceddb0701
The custom theme dir handling was not working in case the mkdocs config file was not in the top-level directory. Since mkdocs itself seems only to work in the top-level directory, this PR modifies mkdocs_semiliterate to interpret custom theme dirs relative to the current directory. Also, improves the harmonization between current mkdocs_simple_plugin code and this code. Resolves #28.
33 lines
1.0 KiB
INI
33 lines
1.0 KiB
INI
[metadata]
|
|
name = mkdocs-semiliterate
|
|
version = 0.8.2
|
|
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.4
|
|
mkdocs-simple-plugin==3.2.0
|
|
|
|
[options.entry_points]
|
|
mkdocs.plugins =
|
|
semiliterate = mkdocs_semiliterate.plugin:SemiliteratePlugin
|