-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: ProperDocs/properdocs
base: v1.6.6
head repository: ProperDocs/properdocs
compare: v1.6.7
- 10 commits
- 20 files changed
- 2 contributors
Commits on Mar 17, 2026
-
Eliminate dependency on 'mergedeep' (#48)
It turns out the only code path taken through it was a trivial loop.
Configuration menu - View commit details
-
Copy full SHA for 437de85 - Browse repository at this point
Copy the full SHA 437de85View commit details
Commits on Mar 18, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 1773db9 - Browse repository at this point
Copy the full SHA 1773db9View commit details
Commits on Mar 19, 2026
-
docs: update theme wording and remove wiki link (#52)
- Replace "built in themes" with "official themes" - Remove ProperDocs Themes wiki link
Configuration menu - View commit details
-
Copy full SHA for 252e8dc - Browse repository at this point
Copy the full SHA 252e8dcView commit details
Commits on Mar 20, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6c09fd0 - Browse repository at this point
Copy the full SHA 6c09fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e14798 - Browse repository at this point
Copy the full SHA 6e14798View commit details -
Fix livereload when using
servefrom 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.
Configuration menu - View commit details
-
Copy full SHA for 3cd9b08 - Browse repository at this point
Copy the full SHA 3cd9b08View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b6481ce - Browse repository at this point
Copy the full SHA b6481ceView commit details -
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`.Configuration menu - View commit details
-
Copy full SHA for 204393e - Browse repository at this point
Copy the full SHA 204393eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bea071 - Browse repository at this point
Copy the full SHA 8bea071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4ca71 - Browse repository at this point
Copy the full SHA 5d4ca71View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.6...v1.6.7