5151# UPSTREAM_REPO=https://github.com/datajoint/element-{ELEMENT}.git \
5252# HOST_UID=$(id -u) docker compose -f docs/docker-compose.yaml up --build
5353# ```
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.
5755# A. Follow google styleguide e.g.,
5856# https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
5957# With typing suggestions: https://docs.python.org/3/library/typing.html
6058# 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
6260# 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,
6562# A. declare a branch called gh-pages
6663# B. go to the your fork > settings > pages
6764# C. direct pages to render from the gh-pages branch at root
9794plugins :
9895 - markdownextradata : {}
9996 - search
100- # - redirects: # OPTIONAL REDIRECTS
101- # redirect_maps:
102- # "index.md": "getting_started.md"
10397 - mkdocstrings :
10498 default_handler : python
10599 handlers :
@@ -119,7 +113,7 @@ plugins:
119113 - mkdocs-jupyter :
120114 ignore_h1_titles : True
121115 ignore : ["*make_pages.py"]
122-
116+ - section-index
123117markdown_extensions :
124118 - attr_list
125119 - toc :
@@ -140,13 +134,12 @@ markdown_extensions:
140134 linenums : true
141135 - pymdownx.inlinehilite
142136 - pymdownx.snippets
143-
137+ - pymdownx.magiclink # Displays bare URLs as links
138+ - pymdownx.tasklist : # Renders check boxes in tasks lists
139+ custom_checkbox : true
144140extra :
145141 PATCH_VERSION : !ENV PATCH_VERSION
146142 generator : false # Disable watermark
147- analytics :
148- provider : google
149- property : !ENV GOOGLE_ANALYTICS_KEY
150143 version :
151144 provider : mike
152145 social :
0 commit comments