Skip to content

Commit

Permalink
Merge pull request #33 from mlojek/v17_readthedocs_integration
Browse files Browse the repository at this point in the history
V17 readthedocs integration
  • Loading branch information
mlojek authored Feb 6, 2025
2 parents 83f078e + 185572f commit 9c9b5cf
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
os: ubuntu-24.04
tools:
python: "3.13"
jobs:
pre_build:
- make install
- make doc

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Optilab
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Docker Pulls](https://img.shields.io/docker/pulls/mlojek/optilab?logo=Docker&label=Dockerhub%20pulls)
![Read the Docs](https://img.shields.io/readthedocs/optilab)

Optilab is a lightweight and flexible python framework for testing black-box optimization.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'optilab'
copyright = '2025, Marcin Łojek'
author = 'Marcin Łojek'
release = '16'
release = '17'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
6 changes: 1 addition & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
optilab documentation
=====================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.

Optilab is a python framework for black-box optimization.

.. toctree::
:maxdepth: 2
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "optilab"
version = "16"
version = "17"
authors = [
{ name="mlojek", email="marcin.lojek@pw.edu.pl" },
]
Expand Down

0 comments on commit 9c9b5cf

Please sign in to comment.