Lines Matching +full:build +full:- +full:static +full:- +full:rel
22 url='{BB}/pypa/setuptools/pull-request/{bb_pull_request}',
41 pattern=r'(Python #|bpo-)(?P<python>\d+)',
46 url='{GH}/pypa/interoperability-peps/issues/{interop}',
61 pattern=r'(?<![`/\w])PEP[- ](?P<pep_number>\d+)',
62 url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
69 pattern=r'pypa/(?P<issue_repo>[\-\.\w]+)#(?P<issue_number>\d+)',
73 pattern=r'pypa/(?P<commit_repo>[\-\.\w]+)@(?P<commit_number>[\da-f]+)',
77 pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
95 'pypa-build': ('https://pypa-build.readthedocs.io/en/latest/', None)
112 # Ref: https://github.com/python-attrs/attrs/pull/571/files\
113 # #diff-85987f48f1258d9ee486e3191495582dR82
123 "color-brand-primary": "#336790", # "blue"
124 "color-brand-content": "#336790",
127 "color-brand-primary": "#E5B62F", # "yellow"
128 "color-brand-content": "#E5B62F",
179 # Add support for the unreleased "next-version" change notes
189 extensions += ['sphinx-favicon']
193 # static-file points to files in the html_static_path (href is computed)
195 { # "Catch-all" goes first, otherwise some browsers will overwrite
196 "rel": "icon",
198 "static-file": "logo-symbol-only.svg",
202 "rel": "icon",
204 "static-file": "favicon.svg",
207 # rel="apple-touch-icon" does not support SVG yet
213 intersphinx_mapping['importlib-resources'] = (
214 'https://importlib-resources.readthedocs.io/en/latest', None