File tree Expand file tree Collapse file tree 4 files changed +32
-2
lines changed Expand file tree Collapse file tree 4 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1+ .bd-main .bd-content .bd-article-container {
2+ flex-grow : 1 ;
3+ max-width : 100% ;
4+ }
5+
6+ @media (min-width : 960px ) {
7+ .bd-page-width {
8+ max-width : 100rem ;
9+ }
10+ }
11+
12+ footer {
13+ display : none;
14+ }
15+
16+ .sidebar-end-items {
17+ margin-top : 0% !important ;
18+ }
Original file line number Diff line number Diff line change 2828# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2929# ones.
3030extensions = [
31- 'sphinxcontrib.mermaid'
31+ 'sphinxcontrib.mermaid' ,
32+ 'sphinxmark' ,
3233]
3334
35+ sphinxmark_enable = True
36+ sphinxmark_div = 'bd-article-container'
37+ sphinxmark_image = 'draft-watermark.png'
38+
3439# Add any paths that contain templates here, relative to this directory.
3540templates_path = ['_templates' ]
3641
5257 "github_url" : "https://github.com/zarr-developers/zarr-specs" ,
5358 "twitter_url" : "https://twitter.com/zarr_dev/" ,
5459 "show_prev_next" : False ,
60+ "secondary_sidebar_items" : ["page-toc" ],
61+ "footer_items" : [], # hidden in custom css
5562}
5663
5764
6067# so a file named "default.css" will overwrite the builtin "default.css".
6168html_static_path = ['_static' ]
6269
70+ html_css_files = [
71+ 'css/custom.css' ,
72+ ]
73+
6374suppress_warnings = [
6475 # suppress "duplicate citation" warnings
6576 'ref.citation' ,
Original file line number Diff line number Diff line change 11sphinx
2- pydata-sphinx-theme
2+ pydata-sphinx-theme == 0.12.0
33sphinxcontrib-mermaid
4+ sphinxmark
You can’t perform that action at this time.
0 commit comments