Skip to content

Commit

Permalink
Fix bug raised by #32: Match scope when selecting object in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault authored and thibault committed May 21, 2024
1 parent d305bcc commit 0f72d6e
Show file tree
Hide file tree
Showing 11 changed files with 545 additions and 227 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: doc/source/conf.py

python:
install:
- method: pip
path: .
- requirements: doc/source/readthedocs-requirements.txt
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = u'v' + u'0.8.4'
version = u'v' + u'0.8.5'
# The full version, including alpha/beta/rc tags.
release = u'v' + u'0.8.4'
release = u'v' + u'0.8.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -155,7 +155,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'hpp2plantuml ' + u'v' + u'0.8.4'
# html_title = u'hpp2plantuml ' + u'v' + u'0.8.5'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
Loading

0 comments on commit 0f72d6e

Please sign in to comment.