Skip to content

Commit 41c0c60

Browse files
committed
fix: add cname to gh-pages deployment
1 parent ccc9b0c commit 41c0c60

File tree

5 files changed

+2
-154
lines changed

5 files changed

+2
-154
lines changed

.github/labels.toml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
publish_dir: ./build/docs
47+
cname: maxiniuc.com

.github/workflows/issue-manager.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/labels.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
# https://myst-parser.readthedocs.io/en/latest/intro.html
3333
extensions.append("myst_parser")
3434

35-
myst_enable_extensions = [
36-
"colon_fence",
37-
"deflist",
38-
"html_admonition",
39-
"html_image",
40-
]
35+
myst_enable_extensions = ["colon_fence", "deflist", "html_admonition", "html_image", "attrs_inline"]
4136

4237
# mermaid config - @see https://pypi.org/project/sphinxcontrib-mermaid/
4338
extensions.append("sphinxcontrib.mermaid")

0 commit comments

Comments
 (0)