Skip to content

v1.6.7

Latest

Choose a tag to compare

@oprypin oprypin released this 20 Mar 20:11
· 14 commits to master since this release
5d4ca71
  • Fix: Do not skip anchor validation warnings when --verbose mode happens to be enabled (#57)

  • Fix mkdocs serve crashing after the first reload if the config is passed from stdin (#56)

  • Fix crashes when trying to parse invalid URLs (#55)

  • Change the environment variable that is used to suppress the warning message when running through MkDocs. (#53)

    The environment variable is now DISABLE_MKDOCS_2_WARNING=true instead of NO_MKDOCS_2_WARNING=true.

    Apologies for the inconvenience. A change in mkdocs-material made this environment variable unusable - it's always set and there's no reasonable way to detect whether it was actually set on the command line, so we are forced to use a different environment variable now.

  • Eliminate dependency on 'mergedeep' (unmaintained) - no change in functionality (#48)

See commit log.

properdocs-theme-mkdocs 1.6.7

  • Fix ability to toggle dark mode when highlightjs: false is set (#54)

  • Fix the dropdown submenu marker being invisible (#58)