intersphinx-registry 0.2411.17__tar.gz → 0.2412.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: intersphinx_registry
3
- Version: 0.2411.17
3
+ Version: 0.2412.7
4
4
  Summary: This package provides convenient utilities and data to write a sphinx config file.
5
5
  Author-email: Matthias Bussonnier <bussonniermatthias@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -11,7 +11,7 @@ from typing import Dict, Tuple, Set, Optional, cast
11
11
  # See issue 4, we this the best format is Major.YYMM.day,
12
12
  # in case of multiple releases a day we can borrow the next day's date.
13
13
  # no 0 in front of the day as it is not pep440 compliant.
14
- __version__ = "0.2411.17"
14
+ __version__ = "0.2412.07"
15
15
 
16
16
  registry_file = Path(__file__).parent / "registry.json"
17
17
 
@@ -15,7 +15,9 @@
15
15
  "cartopy": ["https://scitools.org.uk/cartopy/docs/latest/", null],
16
16
  "cffi": ["https://cffi.readthedocs.io/en/latest/", null],
17
17
  "click": ["https://click.palletsprojects.com/", null],
18
- "conda": ["https://conda.io/en/latest/", null],
18
+ "commonmark": ["https://commonmarkpy.readthedocs.io/en/stable/", null],
19
+ "conda": ["https://docs.conda.io/projects/conda/en/stable/", null],
20
+ "conda-build": ["https://docs.conda.io/projects/conda-build/en/stable/", null],
19
21
  "configspace": ["https://automl.github.io/ConfigSpace/latest/", null],
20
22
  "cycler": ["https://matplotlib.org/cycler/", null],
21
23
  "cython": ["https://docs.cython.org/en/latest/", null],
@@ -108,6 +110,7 @@
108
110
  "pygraphviz": ["https://pygraphviz.github.io/documentation/stable/", null],
109
111
  "pymde": ["https://pymde.org/", null],
110
112
  "pymongo": ["https://pymongo.readthedocs.io/en/stable/", null],
113
+ "pynput": ["https://pynput.readthedocs.io/en/stable/", null],
111
114
  "pynsist": ["https://pynsist.readthedocs.io/en/latest/", null],
112
115
  "pyodide": ["https://pyodide.org/en/stable/", null],
113
116
  "pypa": ["https://www.pypa.io/en/latest/", null],
@@ -125,6 +128,7 @@
125
128
  "readthedocs": ["https://docs.readthedocs.io/en/stable/", null],
126
129
  "referencing": ["https://referencing.readthedocs.io/en/stable/", null],
127
130
  "requests": ["https://docs.python-requests.org/en/latest/", null],
131
+ "rich": ["https://rich.readthedocs.io/en/stable/", null],
128
132
  "rpy2": ["https://rpy2.github.io/doc/latest/html/", null],
129
133
  "rst-to-myst": ["https://rst-to-myst.readthedocs.io/en/stable/", null],
130
134
  "rtd": ["https://docs.readthedocs.io/en/stable/", null],