Compare commits
1 Commits
rfs
...
fix_python
Author | SHA1 | Date | |
---|---|---|---|
e4bcb28024 |
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
environment: internal
|
|
||||||
hc_location: api/dbss
|
hc_location: api/dbss
|
||||||
html_location: docs/dbss/api-ref
|
html_location: docs/dbss/api-ref
|
||||||
link: /database-security-service/api-ref/
|
link: /database-security-service/api-ref/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
hc_location: api/aos
|
hc_location: api/aos
|
||||||
environment: public
|
environment: internal
|
||||||
html_location: docs/rfs/api-ref
|
html_location: docs/rfs/api-ref
|
||||||
link: /resource-formation-service/api-ref/
|
link: /resource-formation-service/api-ref/
|
||||||
pdf_enabled: true
|
pdf_enabled: true
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
hc_location: usermanual/aos
|
hc_location: usermanual/aos
|
||||||
environment: public
|
environment: internal
|
||||||
html_location: docs/rfs/umn
|
html_location: docs/rfs/umn
|
||||||
link: /resource-formation-service/umn/
|
link: /resource-formation-service/umn/
|
||||||
pdf_environment: internal
|
|
||||||
pdf_enabled: true
|
pdf_enabled: true
|
||||||
|
pdf_environment: internal
|
||||||
rst_location: umn/source
|
rst_location: umn/source
|
||||||
service_type: rfs
|
service_type: rfs
|
||||||
title: User Guide
|
title: User Guide
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: public
|
environment: internal
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs/resource-formation-service
|
repo: docs/resource-formation-service
|
||||||
|
@ -3,8 +3,10 @@ minversion = 3.1
|
|||||||
envlist = py39,pep8
|
envlist = py39,pep8
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
basepython = python3.11
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3.11
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps =
|
deps =
|
||||||
|
Reference in New Issue
Block a user