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