Skip to content

Commit

Permalink
We add files expected by sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Sep 16, 2024
1 parent 8cfacd0 commit 74cd5b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About this code

Work in progress ...
16 changes: 16 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
project = "pybalmorel"
copyright = "2024, Authors"
author = "Mathias Berg Rosendal, Théodore Le Nalinec"
release = "0.3.4"

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

extensions = [
"myst_parser", # in order to use markdown
]

myst_enable_extensions = [
"colon_fence", # ::: can be used instead of ``` for better rendering
]

html_theme = "sphinx_rtd_theme"

0 comments on commit 74cd5b2

Please sign in to comment.