Commit 740dd509b093c849e5d3731e44db700e4ecd6496

Authored by Jay Berkenbilt
Committed by m-holger
1 parent 0d5c57c1

Fix yaml format in .readthedocs.yaml

.idea/codeStyles/Project.xml
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <RiderCodeStyleSettings> 3 <RiderCodeStyleSettings>
4 <option name="/Default/CodeStyle/CodeFormatting/CppClangFormat/EnableClangFormatSupport/@EntryValue" value="true" type="bool" /> 4 <option name="/Default/CodeStyle/CodeFormatting/CppClangFormat/EnableClangFormatSupport/@EntryValue" value="true" type="bool" />
5 </RiderCodeStyleSettings> 5 </RiderCodeStyleSettings>
6 - <SqlCodeStyleSettings version="6"> 6 + <SqlCodeStyleSettings version="7">
7 <option name="KEYWORD_CASE" value="2" /> 7 <option name="KEYWORD_CASE" value="2" />
8 </SqlCodeStyleSettings> 8 </SqlCodeStyleSettings>
9 <clangFormatSettings> 9 <clangFormatSettings>
.readthedocs.yaml
@@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
2 # Read the Docs configuration file 2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4 4
5 -# Required  
6 version: 2 5 version: 2
7 6
8 build: 7 build:
@@ -11,13 +10,11 @@ build: @@ -11,13 +10,11 @@ build:
11 python: "3.11" 10 python: "3.11"
12 11
13 sphinx: 12 sphinx:
14 - configuration: manual/conf.py 13 + configuration: manual/conf.py
  14 + fail_on_warning: true
15 15
16 formats: all 16 formats: all
17 17
18 -sphinx:  
19 - fail_on_warning: true  
20 -  
21 python: 18 python:
22 install: 19 install:
23 - requirements: manual/requirements.txt 20 - requirements: manual/requirements.txt