@@ -0,0 +1,2 @@
+/_build/
+.DSStore
@@ -21,11 +21,10 @@ latex:
# Information about where the book exists on the web
repository:
url: https://github.com/executablebooks/jupyter-book # Online location of your book
- path_to_book: docs # Optional path to your book, relative to the repository root
branch: master # Which branch of the repository should be used when creating links (optional)
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
- use_issues_button: true
+ use_issues_button: false
use_repository_button: true
@@ -0,0 +1,6 @@
+html { font-size: 1em; }
+body { font-family: -apple-system,BlinkMacSystemFont,"Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif !important }
+code { color: black; }
+.highlight .nb {color: #0086B3}
+div.cell div.cell_input {border-left-color: #ccc; border-left-width: 1px}
+#bd-docs-nav>ul>li>a{font-size: 1.075em}