Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doesntdev/mkdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: doesntdev/mkdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.17
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 7, 2018

  1. Fixed broken dependency due to tornado 5 update

    changed to `"tornado>=4.1,<5.0"` in setup.py
    wiesendaniel authored and waylan committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    7feb7a8 View commit details
    Browse the repository at this point in the history
  2. Up version to 0.17.3.

    waylan committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    0504264 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Add multi-level nesting support to sitemap.xml

    Fixes mkdocs#1481.
    
    This is a backport to the 0.17 bugfix branch.
    waylan committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f64e35f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Up version to 0.17.4

    waylan committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    94bc83b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Fix Python 3.7 and PEP 479 incompatibility

    With [PEP 479](https://www.python.org/dev/peps/pep-0479/) implemented in Python 3.7, raised `StopIteration` is now translated into `RuntimeError`, which breaks `mkdocs build` command.
    
    The recommended way to exit generators is to use `return` instead of raising `StopIteartion`: https://www.python.org/dev/peps/pep-0479/#id39
    Konstantin Molchanov authored and waylan committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    1c3d3e1 View commit details
    Browse the repository at this point in the history
  2. Up version to 0.17.5

    waylan committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    9ef0ff7 View commit details
    Browse the repository at this point in the history
Loading