Skip to content

Commit

Permalink
build(ReadTheDocs): Set the primary domain in conf.py to C++
Browse files Browse the repository at this point in the history
CRSF for Arduino is written in C++
  • Loading branch information
ZZ-Cat committed Aug 10, 2023
1 parent 47775b3 commit 2aa0dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -- Path setup
import os
import sys
sys.path.insert(0, os.path.abspath('docs'))
sys.path.insert(0, os.path.abspath('.'))

# -- Project information

Expand All @@ -30,6 +30,8 @@
}
intersphinx_disabled_domains = ['std']

primary_domain = 'cpp'

templates_path = ['_templates']

# -- Options for HTML output
Expand Down

0 comments on commit 2aa0dbe

Please sign in to comment.