mkdocs-git-committers-plugin
mkdocs-git-committers-plugin copied to clipboard
A mkdocs plugin for displaying the last commit and a list of a file's contributors.
Fixes #16 And fixes one part of #17 (wrong URLs when clicking the author names)
Hey there, first of all thanks for the library. I've tried using it with a GitHub Enterprise instance, unfortunately it's not fully working yet: It seems that the images could...
When building, the following deprecation warning is shown: ``` DeprecationWarning: Argument login_or_token is deprecated, please use auth=github.Auth.Token(...) instead File "/opt/homebrew/lib/python3.11/site-packages/mkdocs_git_committers_plugin/plugin.py", line 38, in on_config self.github = Github( base_url="https://" + self.config['enterprise_hostname']...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.0.3 to 1.2.3. Release notes Sourced from mkdocs's releases. 1.2.3 MkDocs 1.2.3 is a bugfix release for MkDocs 1.2. Aside: MkDocs has a new chat room on...
First of all, great plugin! I'm evaluating adding native support for this plugin to Material for MkDocs. The main challenge is the increase in build times – they are pretty...
Hello, I wanted to configure this plugin but failed to do it. Do you have a working example? Preferably this very repository? That would make it easy to understand how...
It seems that this plugin only works only on GitHub. So, I have some questions: - Is this plugin works on GitLab? - If not, do you have any plans...
ERROR: Command errored out with exit status 1: command: 'c:\programdata\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\zc\\AppData\\Local\\Temp\\pip-install-sptzmlzr\\mkdocs-git-committers-plugin\\setup.py'"'"'; __file__='"'"'C:\\Users\\zc\\AppData\\Local\\Temp\\pip-install-sptzmlzr\\mkdocs-git-committers-plugin\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info cwd: C:\Users\zc\AppData\Local\Temp\pip-install-sptzmlzr\mkdocs-git-committers-plugin\ Complete...
Hi! I guess this is not compatible with gitea or gitbucket? Any chances for getting support got gitea as well? Thanks!
I'm not sure if MkDocs exposes a hook to do this, but it would be great if there were a mechanism to get all of the contributors for the entirety...