Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/dxapi-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: Build dxapi
on:
workflow_dispatch:
push:
branches: [main, wip-workflow]
branches:
- "*"
- "!release-*"
pull_request:
types: [opened, synchronize]
branches: [main, wip-workflow]
branches:
- "*"
- "!release-*"

jobs:
build-dxapi:
Expand Down Expand Up @@ -233,10 +237,10 @@ jobs:
needs: [build-dxapi-python-linux]
strategy:
matrix:
py: ['3.10']
py: ['3.6', '3.7', '3.8', '3.9', '3.10']
services:
timebase:
image: finos/timebase-ce-server
image: finos/timebase-ce-server:6.1
env:
JAVA_OPTS: "-DQuantServer.enableRemoteMonitoring=true -DTimeBase.version=5.0"
ports:
Expand Down
15 changes: 15 additions & 0 deletions pydoc-markdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
renderer:
type: markdown

loaders:
- type: python
search_path: [./bin]
modules:
- dxapi

renderer:
type: markdown
render_toc: false
descriptive_class_title: false
docstrings_as_blockquote: true
insert_header_anchors: false
Loading