Skip to content

Commit

Permalink
pin app requirements when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed Mar 31, 2021
1 parent 953b63b commit aef5f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ formats:
python:
version: 3.8
install:
- requirements: requirements/app.txt
- requirements: documentation/requirements.txt
- method: pip
path: .
3 changes: 1 addition & 2 deletions documentation/api/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ Some deeper explanations about an entity address:
- The reversed domain name is taken from the naming authority (person or organization) creating this entity address
- The locally unique string can be used for local purposes, and FlexMeasures uses it to identify the resource (more information in parse_entity_address).

TODO: This needs to be in the FlexMeasures documentation.

[1] https://www.usef.energy/app/uploads/2020/01/USEF-Flex-Trading-Protocol-Specifications-1.01.pdf

[2] https://tools.ietf.org/html/rfc3720


Expand Down

0 comments on commit aef5f8e

Please sign in to comment.