Package: python-mkdocs / 1.4.2+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
python-mkdocs | 1.4.2+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian hacks/Use themes from usr share mkdocs themes.patch | (download) |
mkdocs/__init__.py |
4 4 + 0 - 0 ! |
use themes from /usr/share/mkdocs/themes See https://lists.debian.org/debian-python/2016/04/msg00042.html |
debian hacks/Disable use_directory_urls configuration option.patch | (download) |
mkdocs.yml |
2 2 + 0 - 0 ! |
disable use_directory_urls configuration option To make it easier to browse the documentation locally. |
debian hacks/Disable the Markdown GitHub links extension.patch | (download) |
mkdocs.yml |
3 0 + 3 - 0 ! |
disable the markdown github links extension Until it is packaged in Debian. |
debian hacks/Do not assert that fonts directory exists.patch | (download) |
mkdocs/tests/build_tests.py |
1 0 + 1 - 0 ! |
do not assert that fonts directory exists We exclude that directory when building the DFSG tarball, and replace the fonts with symlinks to packaged versions. |
debian hacks/Disable non English search support.patch | (download) |
docs/user-guide/configuration.md |
44 0 + 44 - 0 ! |
disable non-english search support The lunr-languages library is unmaintained and incompatible with the latest version of lunr, which we are going to use. |
debian hacks/Make toc.html look better with default Bootstrap theme.patch | (download) |
mkdocs/themes/mkdocs/toc.html |
2 1 + 1 - 0 ! |
make toc.html look better with default bootstrap theme |
upstream/Update IpAddress tests for Python3.9.5.patch | (download) |
mkdocs/tests/config/config_options_tests.py |
12 12 + 0 - 0 ! |
update ipaddress tests for python3.9.5 (cherry picked from commit 775d506c63d4b57553110ee56b8c1f94d336e1f7) |
debian hacks/docs Disable Google Analytics in mkdocs doc.patch | (download) |
mkdocs.yml |
2 1 + 1 - 0 ! |
docs: disable google analytics in mkdocs-doc We don't want nor need the usage of Google Analytics within the Debian packages, so set the value config.theme.analytics.gtag' finally to 'None' which disables the usage the JS code inside { if } { endif }. |
debian hacks/s390x Work around unittest issue.patch | (download) |
mkdocs/tests/livereload_tests.py |
3 3 + 0 - 0 ! |
s390x: work around unittest issue The test test_rebuild_after_delete is failing on s390x. Given this architecture isn't a usual desktop system let us ignore this test. Upstream probably won't work on this issue. |