mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
python310Packages.sphinxcontrib-httpdomain: rename from sphinxcontrib_httpdomain
This commit is contained in:
parent
4087ddd648
commit
9cb59072c3
@ -9,7 +9,7 @@
|
||||
, picobox
|
||||
, pyyaml
|
||||
, sphinx-mdinclude
|
||||
, sphinxcontrib_httpdomain
|
||||
, sphinxcontrib-httpdomain
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
picobox
|
||||
pyyaml
|
||||
sphinx-mdinclude
|
||||
sphinxcontrib_httpdomain
|
||||
sphinxcontrib-httpdomain
|
||||
];
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
@ -388,7 +388,8 @@ mapAliases ({
|
||||
sphinx-jquery = sphinxcontrib-jquery; # added 2023-02-24
|
||||
sphinx_pypi_upload = throw "sphinx_pypi_upload has been removed since it is abandoned."; # added 2023-10-11
|
||||
sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
|
||||
sphinxcontrib-autoapi = sphinx-autoapi; # added 2023-02=28
|
||||
sphinxcontrib-autoapi = sphinx-autoapi; # added 2023-02-28
|
||||
sphinxcontrib_httpdomain = sphinxcontrib-httpdomain; # added 2023-07-20
|
||||
sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
|
||||
sphinx-navtree = throw "sphinx-navtree has been removed since it is not compatible with sphinx 3.3 and unmaintained"; # added 2023-07-03
|
||||
sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
|
||||
|
@ -13191,7 +13191,7 @@ self: super: with self; {
|
||||
|
||||
sphinxcontrib-htmlhelp = callPackage ../development/python-modules/sphinxcontrib-htmlhelp { };
|
||||
|
||||
sphinxcontrib_httpdomain = callPackage ../development/python-modules/sphinxcontrib_httpdomain { };
|
||||
sphinxcontrib-httpdomain = callPackage ../development/python-modules/sphinxcontrib-httpdomain { };
|
||||
|
||||
sphinxcontrib-jquery = callPackage ../development/python-modules/sphinxcontrib-jquery { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user