python3Packages.sphinx-external-toc: 1.0.1 -> 1.1.0
https://github.com/executablebooks/sphinx-external-toc/raw/v1.1.0/CHANGELOG.md This commit was automatically generated using update-python-libraries. Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
e7f164aa52
commit
52720f4ef0
@@ -6,18 +6,19 @@
|
||||
click,
|
||||
pyyaml,
|
||||
sphinx,
|
||||
sphinx-multitoc-numbering,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx-external-toc";
|
||||
version = "1.0.1";
|
||||
version = "1.1.0";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "sphinx_external_toc";
|
||||
hash = "sha256-p9LGPMR+xohUZEOyi8TvRmEhgn7z3Hu1Cd41S61OouA=";
|
||||
hash = "sha256-+BgzhlAG9rSpslUKJHSm49fn8ssjuiMwkmBXfqZVUvY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-core ];
|
||||
@@ -26,6 +27,7 @@ buildPythonPackage rec {
|
||||
click
|
||||
pyyaml
|
||||
sphinx
|
||||
sphinx-multitoc-numbering
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "sphinx_external_toc" ];
|
||||
|
||||
Reference in New Issue
Block a user