Skip to content

Commit

Permalink
Merge pull request #517 from LedgerHQ/doc/dns
Browse files Browse the repository at this point in the history
Automatic GH pages DNS configuration
  • Loading branch information
lpascal-ledger authored Sep 9, 2024
2 parents 2fef8ab + 6cc2be3 commit fa8e4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['myst_parser']
extensions = ['myst_parser', 'sphinxcontrib.rawfiles']

templates_path = ['_templates']
exclude_patterns = []
Expand All @@ -24,6 +24,7 @@
'.md': 'markdown',
}

rawfiles = ['CNAME']

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
sphinx-rtd-theme
myst-parser
sphinxcontrib-rawfiles

0 comments on commit fa8e4e6

Please sign in to comment.