Skip to content

Commit 9491958

Browse files
authored
Update Bugs in Docs (#916)
* update mkdocs to latest version * replace mdlightbox with mkdocs-gllightbox * updated pdoc
1 parent 4d6137b commit 9491958

File tree

9 files changed

+1423
-1609
lines changed

9 files changed

+1423
-1609
lines changed

docs/md_extensions/mdlightbox.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ nav:
122122
- Project: api/webknossos/administration/project.md
123123
- Task: api/webknossos/administration/task.md
124124
- CLI Reference:
125-
- Overview: cli/index.md
125+
- Overview: cli/index.md
126126
- Version Changelog:
127127
- webknossos-py/stability_policy.md
128128
- webknossos-py/changelog.md
@@ -147,13 +147,13 @@ plugins:
147147
- mkdocs-video:
148148
is_video: False
149149
mark: "youtube-video"
150+
- glightbox
150151

151152
markdown_extensions:
152153
- admonition
153154
- attr_list
154155
- md_in_html
155156
- md_extensions.pdoc_toc_extension
156-
- md_extensions.mdlightbox
157157
- pymdownx.highlight
158158
- pymdownx.inlinehilite
159159
- pymdownx.superfences

docs/overrides/css/lightbox.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/overrides/js/lightbox-plus-jquery.min.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/overrides/js/lightbox-plus-jquery.min.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/overrides/main.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
{% block styles %}
77
{{ super() }}
8-
<link rel="stylesheet" href="{{ base_url }}/css/lightbox.min.css">
98
<link rel="stylesheet" href="{{ base_url }}/css/image_gallery.css">
109
<link rel="stylesheet" href="{{ base_url }}/css/lists.css">
1110
<style type="text/css">
@@ -44,7 +43,6 @@
4443

4544
{% block libs %}
4645
{{ super() }}
47-
<script src="{{ base_url }}/js/lightbox-plus-jquery.min.js"></script>
4846
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZWBGTPH13"></script>
4947
<script>
5048
window.dataLayer = window.dataLayer || [];

0 commit comments

Comments
 (0)