51
51
# UPSTREAM_REPO=https://github.com/datajoint/element-{ELEMENT}.git \
52
52
# HOST_UID=$(id -u) docker compose -f docs/docker-compose.yaml up --build
53
53
# ```
54
- # 02. Site analytics depend on a local environment variable GOOGLE_ANALYTICS_KEY
55
- # You can find this in LastPass or declare with any string to suprress errors
56
- # 03. The API section will pull docstrings.
54
+ # 02. The API section will pull docstrings.
57
55
# A. Follow google styleguide e.g.,
58
56
# https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
59
57
# With typing suggestions: https://docs.python.org/3/library/typing.html
60
58
# B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19
61
- # 04 . To see your fork of the workflow-{element} in this render, change the
59
+ # 03 . To see your fork of the workflow-{element} in this render, change the
62
60
# URL in ./docs/src/api/make_pages.py#L19 to your fork.
63
- # 05. For redirecting options For redirect options, see 'redirects' below.
64
- # 06. To deploy this site on your fork,
61
+ # 04. To deploy this site on your fork,
65
62
# A. declare a branch called gh-pages
66
63
# B. go to the your fork > settings > pages
67
64
# C. direct pages to render from the gh-pages branch at root
97
94
plugins :
98
95
- markdownextradata : {}
99
96
- search
100
- # - redirects: # OPTIONAL REDIRECTS
101
- # redirect_maps:
102
- # "index.md": "getting_started.md"
103
97
- mkdocstrings :
104
98
default_handler : python
105
99
handlers :
@@ -119,7 +113,7 @@ plugins:
119
113
- mkdocs-jupyter :
120
114
ignore_h1_titles : True
121
115
ignore : ["*make_pages.py"]
122
-
116
+ - section-index
123
117
markdown_extensions :
124
118
- attr_list
125
119
- toc :
@@ -140,13 +134,12 @@ markdown_extensions:
140
134
linenums : true
141
135
- pymdownx.inlinehilite
142
136
- pymdownx.snippets
143
-
137
+ - pymdownx.magiclink # Displays bare URLs as links
138
+ - pymdownx.tasklist : # Renders check boxes in tasks lists
139
+ custom_checkbox : true
144
140
extra :
145
141
PATCH_VERSION : !ENV PATCH_VERSION
146
142
generator : false # Disable watermark
147
- analytics :
148
- provider : google
149
- property : !ENV GOOGLE_ANALYTICS_KEY
150
143
version :
151
144
provider : mike
152
145
social :
0 commit comments