Skip to content

Commit

Permalink
Make sure that google fonts are loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloferz committed Sep 18, 2023
1 parent 71991b5 commit e6533cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Make sure you have [GNU make](https://www.gpu.org/software/make/) installed.
You can build the documentation from you local copy of the PySAGES repository as follows:

```shell
pip install -r docs/requirements.txt
cd docs
pip install -r requirements.txt
make html
```

Expand Down
6 changes: 0 additions & 6 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
{% extends "!layout.html" %} {% block extrahead %}
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Atkinson Hyperlegible|Montserrat"
/>
{% endblock %}
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
# # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = [
"https://fonts.googleapis.com/css?family=Atkinson Hyperlegible|Montserrat",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css",
Expand Down

0 comments on commit e6533cd

Please sign in to comment.