Skip to content

Commit

Permalink
[HOTFIX] Sphinx multiversion only will work with vX.Y.0 in order to n…
Browse files Browse the repository at this point in the history
…ot sature documentation workflow
  • Loading branch information
AlejandroCN7 committed Feb 20, 2024
1 parent d5dca92 commit d9aca84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# VERSIONING configuration
# Whitelist pattern for tags (set to None to ignore all tags)
smv_tag_whitelist = r'^.*$'
smv_tag_whitelist = r'^.*0$'
# smv_tag_whitelist = None

# Whitelist pattern for branches (set to None to ignore all branches)
Expand All @@ -60,7 +60,7 @@
smv_remote_whitelist = None

# Pattern for released versions
smv_released_pattern = r'^tags/.*$'
smv_released_pattern = r'^tags/.+?0$'

# Format for versioned output directories inside the build directory
smv_outputdir_format = '{ref.name}'
Expand Down
3 changes: 1 addition & 2 deletions docs/source/pages/rewards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ The main idea behind the reward system in *Sinergym* is captured by the equation

.. math:: r_t = - \omega \ \lambda_P \ P_t - (1 - \omega) \ \lambda_T \ (|T_t - T_{up}| + |T_t - T_{low}|)

Where:

Where: |br|
:math:`P_t` represents power consumption, |br|
:math:`T_t` is the current indoor temperature, |br|
:math:`T_{up}` and :math:`T_{low}` are the upper and lower comfort range limits, respectively, |br|
Expand Down

0 comments on commit d9aca84

Please sign in to comment.