Skip to content

Commit

Permalink
Fix layout, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atrnh committed Aug 8, 2022
1 parent f8dca15 commit 0332f65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinxcontrib-specs"
version = "1.0.0"
version = "1.0.1"
description = "Extensions for building Specializations content."
authors = ["Ashley Trinh <[email protected]>"]
license = "MPL-2.0"
Expand Down
6 changes: 3 additions & 3 deletions sphinxcontrib/specs/theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</head>
<body>
{%- block content %}
<div class="specs specs-layout">
<div class="specs specs-layout mx-5">
<aside class="specs-sidebar text-muted">
<strong class="d-none d-md-block h6 my-2">On this page</strong>
<hr class="d-none d-md-block my-2">
<strong class="d-none d-lg-block h6 my-2">On this page</strong>
<hr class="d-none d-lg-block my-2">
<nav>
{{ toc }}
</nav>
Expand Down

0 comments on commit 0332f65

Please sign in to comment.