Skip to content

Commit

Permalink
Merge pull request #16 from mihsamusev/#8-documentation
Browse files Browse the repository at this point in the history
#8 documentation
  • Loading branch information
mihsamusev authored Jun 18, 2021
2 parents 04f2333 + 4ec5693 commit 32710a7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
File renamed without changes.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
myst-parser
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = Python utility functions library for UPPAAL Stratego
long_description = file: README.md
keywords= uppaal, stratego, MPC
license = MIT
license_file = doc/LICENSE
license_file = docs/LICENSE
long_description_content_type = text/markdown
project_urls =
Source = https://github.com/mihsamusev/strategoutil
Expand Down

0 comments on commit 32710a7

Please sign in to comment.