Skip to content

Commit 2482012

Browse files
Remove pointless scrollbar
executablebooks/sphinx-book-theme#732 (comment) Also cleanup some stuff in config
1 parent ebbbe3d commit 2482012

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

docs/_config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ logo: logo.png
1010
execute:
1111
execute_notebooks: force
1212

13-
# Define the name of the latex output file for PDF builds
14-
latex:
15-
latex_documents:
16-
targetname: bio2zarr.tex
17-
18-
# Add a bibtex file so that we can create citations
19-
bibtex_bibfiles:
20-
- references.bib
21-
2213
# Information about where the book exists on the web
2314
repository:
2415
url: https://github.com/sgkit-dev/bio2zarr # Online location of your book
@@ -33,4 +24,4 @@ html:
3324

3425
sphinx:
3526
extra_extensions:
36-
- sphinx_click.ext
27+
- sphinx_click.ext

docs/_static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.bd-sidebar-primary div#rtd-footer-container {
2+
bottom:-1rem;
3+
margin:-1rem;
4+
position:fixed;
5+
}

docs/references.bib

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

0 commit comments

Comments
 (0)