Skip to content

Commit 28ffb9f

Browse files
committed
more rtd
1 parent 1c99d34 commit 28ffb9f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
[Robot Framework]: http://robotframework.org
55
[Jupyter]: https://jupyter.org
66

7-
[![binder-badge][]][binder] [![pipeline-badge]][pipeline]
7+
| docs | demo | pipes |
8+
|:-----------------------:|:---------------------------:|:-----------------------------:|
9+
| [![docs-badge][]][docs] | [![binder-badge][]][binder] | [![pipeline-badge]][pipeline] |
10+
811

912
# Using
1013
Write `.robot` files that use `JupyterLibrary` keywords.
@@ -58,3 +61,5 @@ See the [acceptance tests][] for examples.
5861
[binder]: https://mybinder.org/v2/gh/bollwyvl/robotframework-jupyterlibrary/master?urlpath=lab/tree/README.md
5962
[pipeline-badge]: https://dev.azure.com/nickbollweg/nickbollweg/_apis/build/status/bollwyvl.robotframework-jupyterlibrary
6063
[pipeline]: https://dev.azure.com/nickbollweg/nickbollweg/_build/latest?definitionId=2
64+
[docs-badge]: https://readthedocs.org/projects/robotframework-jupyterlibrary/badge/?version=latest
65+
[docs]: https://robotframework-jupyterlibrary.readthedocs.io

readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: robotframework-jupyterlibrary
22
type: sphinx
33
conda:
4-
file: environment.yml
4+
file: environment.yml
55
python:
66
version: 3
7+
setup_py_install: true
78
formats:
89
- htmlzip
910
- epub

0 commit comments

Comments
 (0)