We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b81c6 commit f3dd9acCopy full SHA for f3dd9ac
.readthedocs.yaml
@@ -0,0 +1,14 @@
1
+version: 2
2
+
3
+build:
4
+ os: "ubuntu-22.04"
5
+ tools:
6
+ python: "3.9"
7
8
+mkdocs:
9
+ configuration: mkdocs.yml
10
+ fail_on_warning: false
11
12
+python:
13
+ install:
14
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1 @@
+mkdocs==1.4.2
mkdocs.yml
@@ -3,7 +3,7 @@ theme: readthedocs
site_url: https://pythonhosted.org/sense-hat/
repo_url: https://github.com/RPi-Distro/python-sense-hat
site_description: Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission
-site_author: David Honess
+site_author: Raspberry Pi Foundation
site_dir: pythonhosted
#google_analytics: ['UA-46270871-5', 'pythonhosted.org/sense-hat']
nav:
0 commit comments