Closed otcbot[bot] closed 1 year ago
I tried my best, but could not apply the patch as is, therefore I will report you what I could not apply.
BTW, if in the diff you see removed line equal to the added line it may be caused by invisible trailing spaces. This is safe to ignore.
In most cases content of the patch remainder need to be carefully analyzed and necessary changes applied manually.
Following is the patch remainder:
diff a/tox.ini b/tox.ini (rejected hunks)
@@ -29,7 +29,11 @@ allowlist_externals =
mkdir
cp
sh
+ rm
+ sphinx-build
commands =
+ rm -rf doc/build/html doc/build/doctrees
+ sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
{[testenv:api-ref]commands}
{[testenv:json-api-ref]commands}
{[testenv:umn]commands}
@@ -138,3 +142,8 @@ commands =
mkdir -p doc/build/pdf
cp umn/build/pdf/apig-umn.pdf doc/build/pdf/
+
+
+[doc8]
+ignore = D001
+extensions = .rst, .yaml
\ No newline at end of file
diff a/umn/source/conf.py b/umn/source/conf.py (rejected hunks)
@@ -18,7 +18,7 @@ import os
import sys
extensions = [
- 'otcdocstheme'
+ 'otcdocstheme',
]
otcdocs_auto_name = False
diff a/api-ref/source/conf.py b/api-ref/source/conf.py (rejected hunks)
@@ -18,7 +18,7 @@ import os
import sys
extensions = [
- 'otcdocstheme'
+ 'otcdocstheme',
]
otcdocs_auto_name = False
This is an automatically created Pull Request for changes to api-gateway-api-ref to promote changes down the pipeline to Production environment.
The original change can be found under https://gitea.eco.tsi-dev.otc-service.com/docs/api-gateway/pulls/6.
There were patch conflicts, please review original patch file.