Commit graph

51 commits

Author SHA1 Message Date
Martin Weinelt 8681b42e8d python3Packages.sphinx: 4.4.0 -> 4.5.0
https://www.sphinx-doc.org/en/master/changes.html\#release-4-5-0-released-mar-28-2022
2022-04-15 01:39:43 +02:00
Malo Bourgon 1bce36cfb7 python3Packages.sphinx: fix tests on darwin 2022-03-14 14:08:48 -07:00
Sandro Jäckel 165de9a164
python39Packages.sphinx: propagate sphinxcontrib-apidoc to make it usable in sphinx-build
this is more a hack but I couldn't get it to work otherwise today
2022-01-29 02:29:12 +01:00
Sandro Jäckel 8bd2cbe7da
python39Packages.sphinx: 4.3.2 -> 4.4.0, move to maintainer team 2022-01-28 21:24:18 +01:00
Jonathan Ringer 8cd46d37ce python3Packages.sphinx: 4.3.1 -> 4.3.2 2022-01-23 01:09:30 +01:00
Frederik Rietdijk ae18d68b6b python2.pkgs: move expressions into python2-modules/ folder
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Jonathan Ringer 016e0c494f
python3Packages.sphinx: 4.2.0 -> 4.3.1 2021-11-30 18:52:46 -08:00
toonn 9b277c2891 sphinx: Normalize the filename with NFC
The original problem with the normalization of the filename only
occurred because it was in NFC. However, when trying to fix it by
`mv`ing the file to a normalization-indifferent name, I used the NFD
normalized name from my file system. This means it only works on
normalizing file systems. The filename must be in the original encoding
and will be normalized by normalizing file systems like HFS+.
2021-11-24 15:17:13 -08:00
toonn 8e1914d43f sphinx: Update FOD source hash
The hash has changed because of the renamed file but will no longer vary
depending on whether the filesystem where it is calculated is
case-sensitive or not.
2021-11-24 15:17:13 -08:00
toonn 63686605e9 sphinx: Disable most networking tests on Darwin 2021-11-24 15:17:13 -08:00
toonn be6bf14e4a sphinx: Disable test_inspect_main_url on Darwin 2021-11-24 15:17:13 -08:00
toonn 2253728351 sphinx: Patch source file for normalization
One of the test files has a different encoding depending on the
filesystem's normalization. By picking a character that does not have
multiple possible encodings we make the source indifferent to
normalization. This allows the FOD hash to match across platforms with
differently normalizing filesystems.
2021-11-24 15:17:13 -08:00
Felix Singer 424d7df201 sphinx: 4.0.2 -> 4.2.0
Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-12 21:53:14 +02:00
Martin Weinelt a1f8000e3a python3Packages.sphinx: fix build with Pygments>=2.10 2021-09-01 21:23:19 +02:00
Dmitry Kalinkin 406d8cbf68
python3Packages.sphinx: drop imagemagick dependency 2021-08-21 01:43:48 -04:00
Jonathan Ringer cfcdc3859e python3Packages.sphinx: 3.5.4 -> 4.0.2 2021-06-22 13:42:50 +02:00
Martin Weinelt 7bd65d54f7 treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.

- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
  maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
Martin Weinelt 20549cae36 python3Packages.sphinx: fix build, enable tests, cleanup 2021-05-08 10:24:51 -07:00
Sandro 300c9d3a0d
Merge pull request #119648 from wolfgangwalther/sphinx-3.5.4
python3Packages.sphinx: 3.3.1 -> 3.5.4
2021-04-17 23:45:18 +02:00
Wolfgang Walther 1d7c44ec5d python3Packages.sphinx: 3.3.1 -> 3.5.4 2021-04-16 19:35:37 +00:00
Frederik Rietdijk 3904d4d477 python2Packages.typing: we no longer need it for Python 3 2021-04-03 17:49:55 +02:00
Frederik Rietdijk 83fa5d2017 python3Packages.sphinx: add missing dep packaging 2021-03-20 14:55:15 +01:00
Frederik Rietdijk 9778483751 python3Packages.sphinx: 3.0.3 -> 3.3.1 2020-11-27 07:55:12 +01:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Frederik Rietdijk 341a7e8e8b python3.pkgs.sphinx: remove patch 2020-05-11 22:13:15 +02:00
Frederik Rietdijk 6603fc4d46 python3Packages.sphinx: 2.3.1 -> 3.0.3 2020-05-11 22:12:09 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ben Gamari 3d28e53bab python3Packages.sphinx: 2.2.2 -> 2.3.1 2020-02-09 09:17:31 +01:00
Timo Kaufmann 0811a69fef python2.pkgs.sphinx: user proper python2 lexer 2020-01-23 09:40:26 +01:00
Frederik Rietdijk dc84440055 pythonPackages.sphinx: remove sqlalchemy
Not a mandatory dependency so remove it.
2019-12-30 16:46:55 +01:00
Jonathan Ringer c9cafbf56e pytphon3Packages.sphinx: 2.2.0 -> 2.2.2 2019-12-30 16:46:50 +01:00
Markus S. Wamser 5d59133d96 python3Packages.sphinx: 1.8.3 -> 2.2.0
and update the Python 2 version to 1.8.5

Motivation: http://www.sphinx-doc.org/en/master/changes.html#release-2-2-0-released-aug-19-2019
2019-10-29 19:04:10 +01:00
Frederik Rietdijk 4de7d240b6 python.pkgs.sphinx: requires setuptools
sphinx has setuptools (pkg_resources) as a runtime-dependency
2019-09-08 16:37:59 +02:00
Frederik Rietdijk 86f646da67 python.pkgs.sphinx: 1.7.9 -> 1.8.3 2019-01-18 09:37:06 +01:00
Frederik Rietdijk 9dd56a9b1e python.pkgs.sphinx: fix pname
This is a proper fix for d2e6608aa5
The pname is used by fetchPypi, so you can't just modify it
and expect fetching to still work.
2018-11-21 12:52:35 +01:00
Patrick Hilhorst d2e6608aa5
sphinx: don't use capital for pname 2018-11-06 00:17:04 +01:00
Frederik Rietdijk 8e0393b088 python: Sphinx: 1.7.8 -> 1.7.9 2018-10-13 09:50:17 +02:00
Frederik Rietdijk 7560a6f753 python: Sphinx: 1.7.7 -> 1.7.8 2018-09-01 10:41:37 +02:00
Frederik Rietdijk c0b4ff3902 python: Sphinx: 1.7.6 -> 1.7.7 2018-08-25 18:07:17 +02:00
Frederik Rietdijk 64f236c254 python: Sphinx: 1.7.5 -> 1.7.6 2018-07-26 12:43:10 +02:00
Frederik Rietdijk aee7b1d413 python: Sphinx: 1.7.4 -> 1.7.5 2018-06-22 13:09:31 +02:00
Patrick Hilhorst 0415710a5d treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
Frederik Rietdijk ea6e06a2d6 python: Sphinx: 1.7.2 -> 1.7.4 2018-05-10 10:09:14 +02:00
Frederik Rietdijk 8ce570770f python: Sphinx: 1.7.1 -> 1.7.2 2018-04-08 11:34:56 +02:00
Frederik Rietdijk abcb806b48 python: Sphinx: 1.7.0 -> 1.7.1 2018-02-26 18:42:49 +01:00
Frederik Rietdijk 59ef95fca6 python: Sphinx: 1.6.6 -> 1.7.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk 78ff151b9b python: Sphinx: 1.6.5 -> 1.6.6 2018-01-20 12:09:07 +01:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Frederik Rietdijk dfd905b548 python.pkgs.sphinx: fix python < 3.5 build 2017-08-27 19:56:39 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00