File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Required
6
+ version : 2
7
+
8
+ # Build documentation in the docs/ directory with Sphinx
9
+ sphinx :
10
+ configuration : docs/conf.py
11
+
12
+ # Optionally build your docs in additional formats such as PDF and ePub
13
+ formats : all
14
+
15
+ # Optionally set the version of Python and requirements required to build your docs
16
+ python :
17
+ install :
18
+ - requirements : docs/requirements.txt
19
+ - requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ With Eiffellib you can start subscribing to and publish valid Eiffel messages qu
13
13
14
14
It is designed to be fast and easy to start using while still being production quality.
15
15
16
+ Documentation: https://eiffellib.readthedocs.io/en/latest/
17
+
16
18
.. code-block :: python
17
19
:caption: Subscribing to an event
18
20
Original file line number Diff line number Diff line change
1
+ pyscaffold == 2.5.10
2
+ m2r == 0.2.1
You can’t perform that action at this time.
0 commit comments