You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAINT: Remove duplication with pydata-sphinx-theme (#640)
* Removing cruft for pydata theme
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixing tox
* typo
* bd article p-r-2
* footer and secondary sidebar
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* had to add _footer-content.scss, as pydata does not have any style
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* had to add _footer-content.scss, as pydata does not have any style
* hide the header btn on wide screens
* bd-main flex-grow is not necessary in sbt
* removing unnecessary style/mixins and adding some
* adding noqa
* removing unnecessary class and editing sidebar secondary option
* removing sidebar secondary buttons
* hiding source link
* pydata version
* span.sidenote and span.marginnote z-index
* citation style
* google link
* dependency changes
* file changes
* no print for sidebar secondary
* adding sphinx 4,5 in tox and secondary sidebar now won't show up when no headings present
* deprecating single_page, extra navbar, navbar_footer_text html options
* execution_show_tb to nb_execution_show_tb
* table style
* urlib.parse warning and custom-footer link removal
* images with fixed height/width
* search page style and fading of primary sidebar
* code block margin and show-inpage-toc
* margin content pushes code cells down
* output tag style
* announcemnet color
* search page style
* extension added for syntax highlighting
* Update src/sphinx_book_theme/assets/styles/components/_search.scss
Co-authored-by: Chris Holdgraf <[email protected]>
* ipython version
* checking if ipython version is the issue
* removing pygments_lexer metadata in test file
* jupyter logo
* logo img link
* adding deprecation for single page
* adding deprecation for single page
* removing border bottom for margins
* margin and sidebar styles
* font sizes for primary sidebar
* relaxing lighthouse score
* scrollbar mixin and animation
* responsive css and nav scroll attempt
* Remove buttons and responsive behavior fixes
* Cleaning up margin behavior
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Changelog error
* Fix tests
* More test fixes
* Move install to pyproject
* Pinning to latest release of pydata theme
* flex-basis primary-sidebar
* search text
* menu dropdown css
* alignment of buttons
* sidebar and margin fixes
* Tweaking two items
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: AakashGC <[email protected]>
f"'{key}' was deprecated from version 0.3.4 onwards. See the CHANGELOG for more information: https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md"# noqa: E501
163
+
f"[{DEFAULT_LOG_TYPE}]",
164
+
type=DEFAULT_LOG_TYPE,
165
+
)
166
+
167
+
154
168
classMargin(Sidebar):
155
169
"""Goes in the margin to the right of the page."""
0 commit comments