Skip to content

Commit

Permalink
Fix CSS and move CSS file here
Browse files Browse the repository at this point in the history
Previously the CSS file was served through nengo.ai.
Moving it here simplifies future development, and ensures
that future changes to CSS don't affect older doc builds.
  • Loading branch information
tbekolay authored and drasmuss committed Jan 19, 2024
1 parent bc8f6e7 commit 9e587a9
Show file tree
Hide file tree
Showing 10 changed files with 12,377 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ manifest_in:
global-include:
- "*.conf"
- "*.html"
- "*.css"
- "*.svg"

setup_py:
entry_points:
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ global-exclude *.pyc *.pyo *.pyd
# Repo-specific files
global-include *.conf
global-include *.html
global-include *.css
global-include *.svg
1 change: 0 additions & 1 deletion nengo_sphinx_theme/theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="{{ theme_nengo_ai }}css/bootstrap.css" type="text/css">
{%- if theme_nengo_logo_color %}
<style>
body .title-bar,
Expand Down
17 changes: 17 additions & 0 deletions nengo_sphinx_theme/theme/static/gradient-bottom-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions nengo_sphinx_theme/theme/static/gradient-bottom-center-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions nengo_sphinx_theme/theme/static/gradient-center-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions nengo_sphinx_theme/theme/static/gradient-top-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9e587a9

Please sign in to comment.