3 Commits e44710e106 ... a30ba196f3

Auteur SHA1 Message Date
  Russell Smith a30ba196f3 Improved stylsheet il y a 4 ans
  Russell Smith 0effc49b0f Update gitignore il y a 4 ans
  Russell Smith 3b6626172b Update local configuration il y a 4 ans
3 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 2 0
      .gitignore
  2. 1 2
      _config.yml
  3. 6 0
      _static/css/data8.css

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+/_build/
+.DSStore

+ 1 - 2
_config.yml

@@ -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

+ 6 - 0
_static/css/data8.css

@@ -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}