https://github.com/yaml2sbml-dev/yaml2sbml
Revision 6f42ee593796765605f2735066e157c7b1352861 authored by Jakob Vanhoefer on 21 March 2021, 22:32:50 UTC, committed by GitHub on 21 March 2021, 22:32:50 UTC
2 parent s 8f3bd49 + d680fdc
Raw File
Tip revision: 6f42ee593796765605f2735066e157c7b1352861 authored by Jakob Vanhoefer on 21 March 2021, 22:32:50 UTC
Merge pull request #122 from yaml2sbml-dev/develop
Tip revision: 6f42ee5
.readthedocs.yml
# .readthedocs.yml
# readthedocs configuration file
# see https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Format version
version: 2

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

# Python requirements
python:
  version: 3.7
  install:
    - method: pip
      path: .
      extra_requirements:
        - doc

# What to build
formats:
  - htmlzip
  - pdf
back to top