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