Compare commits

...

1 Commits

Author SHA1 Message Date
Jeremy Cohen
bb5c8669cc Experiment: markdown-output api docs 2023-01-11 11:33:00 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ jobs:
echo "creating docs"
make html
make markdown
- name: debug
run: |

View File

@@ -20,10 +20,10 @@ author = "dbt Labs"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ["dbt_click"]
extensions = ["dbt_click", "sphinx_markdown_builder"]
templates_path = ["_templates"]
exclude_patterns: t.List[str] = []
exclude_patterns: t.List[str] = ['build/*']
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

View File

@@ -19,6 +19,7 @@ pytest-mock
pytest-xdist
pytz
sphinx
sphinx-markdown-builder
tox>=3.13
twine
types-colorama