Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Nov 24, 2023
1 parent 4df7f15 commit fcb47af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: documentation
name: docs

on: [push, pull_request, workflow_dispatch]

Expand All @@ -14,6 +14,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
python setup.py install
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down
6 changes: 6 additions & 0 deletions docs/source/generated/qlasskit.qlassfun.qlassfa.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
qlasskit.qlassfun.qlassfa
=========================

.. currentmodule:: qlasskit.qlassfun

.. autofunction:: qlassfa
3 changes: 2 additions & 1 deletion docs/source/generated/qlasskit.types.qint.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qlasskit.types.qint
qlasskit.types.qint
===================

.. automodule:: qlasskit.types.qint
Expand All @@ -21,6 +21,7 @@ qlasskit.types.qint
Qint12
Qint16
Qint2
Qint3
Qint4
Qint8

Expand Down

0 comments on commit fcb47af

Please sign in to comment.