Skip to content

Commit

Permalink
chore: add config file for ReadTheDocs (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Nov 29, 2023
1 parent eeef6dd commit 3c9b97a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Analysislog
analysismetrics
analysispool
analysisspec
analysisstate
analysisstatus
analysistypes
analysisvaluetemplate
Expand Down Expand Up @@ -67,7 +66,6 @@ BUILDPLATFORM
buildx
CACHEDIR
cainjection
canonical
carryforward
certificatehandler
certmanager
Expand Down Expand Up @@ -367,7 +365,6 @@ lastword
lfc
Lifcycle
lifecyclekeptnsh
lightbox
linkedin
linktitle
linting
Expand Down Expand Up @@ -396,6 +393,7 @@ metricsserver
metricstypes
mindepth
minio
mkdocs
mlc
mockserver
moq
Expand Down Expand Up @@ -509,7 +507,6 @@ readinessprobe
readyz
realpath
redis
referrerpolicy
relref
remediations
replicasets
Expand Down
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: "2"

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: requirements.txt

0 comments on commit 3c9b97a

Please sign in to comment.