Skip to content

Commit

Permalink
test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Aug 5, 2024
1 parent ebb2f71 commit d7b20e0
Show file tree
Hide file tree
Showing 179 changed files with 14,293 additions and 10 deletions.
35 changes: 35 additions & 0 deletions .readthedocs-Old.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
15 changes: 5 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,26 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# You can also specify other tool versions if needed:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
# Build documentation using the Makefile
sphinx:
configuration: docs/source/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true
builder: make

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# Optionally declare the Python requirements required to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
Expand Down
Binary file added docs/build/.DS_Store
Binary file not shown.
Binary file added docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/build/doctrees/examples.doctree
Binary file not shown.
Binary file added docs/build/doctrees/get_series.doctree
Binary file not shown.
Binary file added docs/build/doctrees/get_series_exp.doctree
Binary file not shown.
Binary file added docs/build/doctrees/home.doctree
Binary file not shown.
Binary file added docs/build/doctrees/homeEski.doctree
Binary file not shown.
Binary file added docs/build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/build/doctrees/menu.doctree
Binary file not shown.
Binary file added docs/build/doctrees/proxy.doctree
Binary file not shown.
Binary file added docs/build/doctrees/save.doctree
Binary file not shown.
Binary file added docs/build/doctrees/setup.doctree
Binary file not shown.
Binary file added docs/build/html/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8cb8dc6d37ace185eec7587664133f9f
tags: 645f666f9bcd5a90fca523b33c5a78b7

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit d7b20e0

Please sign in to comment.