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: ProperDocs/properdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.6
Choose a base ref
...
head repository: ProperDocs/properdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.7
Choose a head ref
  • 10 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 17, 2026

  1. Eliminate dependency on 'mergedeep' (#48)

    It turns out the only code path taken through it was a trivial loop.
    oprypin authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    437de85 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. docs: update theme sections and add install instructions (#50)

    - Updated theme sections to mark mkdocs and readthedocs as official themes
    - Added separate install instructions for both themes
    - Removed references to built-in themes
    DevTwilight authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    1773db9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. docs: update theme wording and remove wiki link (#52)

    - Replace "built in themes" with "official themes"
    - Remove ProperDocs Themes wiki link
    DevTwilight authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    252e8dc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Fix toggling dark mode with highlightjs: false (in mkdocs theme) (#54)

    When highlightjs is disabled, some HTML elements don't exist. But the code didn't expect this and had an error, interrupting the entire action of toggling dark mode.
    oprypin authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    6c09fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e14798 View commit details
    Browse the repository at this point in the history
  3. Fix livereload when using serve from stdin (#56)

    We must not attempt to get the file name of stdin (the current error) and we also must not try to re-read it.
    
    Now that this case is handled specifically at `serve`, we don't need to generally expect closed files in `load_config` - it was a workaround and an insufficient one at that.
    oprypin authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    3cd9b08 View commit details
    Browse the repository at this point in the history
  4. Change the environment variable that is used to suppress the nag mess…

    …age (#53)
    
    The commit squidfunk/mkdocs-material@51d9b76 made this environment unusable - it's always set and there's no reasonable way to detect whether it was actually set on the command line.
    
    Users will unfortunately run into a new nuisance even if they previously set our variable.
    
    ---
    
    Also, add a direct mention how to suppress the warning.
    
    Now that we've had to change this variable once, it's nice to give users a direct way to get rid of this.
    oprypin authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    b6481ce View commit details
    Browse the repository at this point in the history
  5. Do not skip anchor validation warnings in verbose mode (#57)

    I don't know how I was thinking the piece of code `if log.getEffectiveLevel() > logging.DEBUG` was supposed to work. It doesn't achieve anything like the comment is saying "`Populated only if `validation: {anchors: info}` (or greater) is set.`" - but it does disable anchor validation under `--verbose`.
    oprypin authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    204393e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bea071 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d4ca71 View commit details
    Browse the repository at this point in the history
Loading