Skip to content

Commit

Permalink
Update sphinx and extensions to newest version (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
laundmo authored Oct 10, 2023
1 parent a6430e2 commit dd2316e
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 301 deletions.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"sphinxcontrib.youtube",
"sphinx_copybutton",
"sphinx_rsquirrel",
"sphinxext.opengraph",
]

intersphinx_mapping = {
Expand Down Expand Up @@ -53,11 +54,13 @@
},
}

ogp_site_url = "https://r2northstar.readthedocs.io/"
ogp_image = "https://northstar.tf/assets/logo_1k.png"

# -- Options for EPUB output
epub_show_urls = "footnote"

highlight_language = "squirrel"

# furo theme specific
pygments_dark_style = "one-dark"

Loading

0 comments on commit dd2316e

Please sign in to comment.