Skip to content

Commit

Permalink
[CHG] Upgraded from project template release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Oct 22, 2023
1 parent 19e3a03 commit ddf6d46
Show file tree
Hide file tree
Showing 58 changed files with 824 additions and 496 deletions.
12 changes: 10 additions & 2 deletions .readthedocs.yml
Expand Up @@ -5,12 +5,20 @@
# Required
version: 2

# Define proper build config
build:
os: "ubuntu-22.04"
tools:
python: "3.10"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- doc
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -0,0 +1,9 @@

=========
Changelog
=========

Version 0.6.0 - Unreleased
--------------------------

* First commit.
2 changes: 1 addition & 1 deletion LICENCE.txt
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021, David Thenon
Copyright (c) 2023, David Thenon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit ddf6d46

Please sign in to comment.