Skip to content

Commit

Permalink
Rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenek-syntensor committed Jun 29, 2022
1 parent 27e64b3 commit 3fd3c9c
Show file tree
Hide file tree
Showing 81 changed files with 30,922 additions and 6 deletions.
13,881 changes: 13,880 additions & 1 deletion pt_lightning_sphinx_theme/static/css/theme.css

Large diffs are not rendered by default.

1,163 changes: 1,162 additions & 1 deletion pt_lightning_sphinx_theme/static/js/theme.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Size2-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Size3-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Caligraphic-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">


<!-- Torchdyn fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap" rel="stylesheet">
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@

{% include "fonts.html" %}
<script defer src="https://use.fontawesome.com/releases/v6.1.1/js/all.js" integrity="sha384-xBXmu0dk1bEoiwd71wOonQLyH+VpgR1XcDH3rtxrLww5ajNTuMvBdL5SOiFZnNdp" crossorigin="anonymous"></script>

<script script type="text/javascript">
var collapsedSections = [''];
</script>
</head>

<div class="container-fluid header-holder tutorials-header" id="header-holder">
Expand Down Expand Up @@ -163,10 +167,10 @@
toctree is empty. Skip building this for now.
#}
{% if 'singlehtml' not in builder %}
{% set global_toc = toctree(maxdepth=1,
collapse=theme_collapse_navigation|tobool,
includehidden=theme_includehidden|tobool,
titles_only=theme_titles_only|tobool) %}
{% set global_toc = toctree(maxdepth=2,
collapse=true,
includehidden=False,
titles_only=False) %}
{% endif %}
{% if global_toc %}
{{ global_toc }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3fd3c9c

Please sign in to comment.