Skip to content

Commit

Permalink
deploy docs scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Feb 14, 2024
1 parent 027d5e2 commit fa519fc
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 64 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"myst_parser",
"sphinx_copybutton",
"sphinx_design",
"sphinx_inline_tabs"
"sphinx_inline_tabs",
"sphinxcontrib.mermaid"
]

templates_path = ['_templates']
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ hide-toc: true

```{toctree}
:hidden:
deploy
```

```{toctree}
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sphinx-copybutton
sphinx-design
sphinx-inline-tabs
sphinx-tabs
sphinxcontrib-mermaid
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
sphinx-design
sphinx-inline-tabs
sphinx-tabs
tox
]))
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down
182 changes: 123 additions & 59 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa519fc

Please sign in to comment.