Skip to content

Commit

Permalink
Updated RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderStruct committed Sep 15, 2024
1 parent ad4db3c commit 548f59c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
# Build documentation in the "docs/source" 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div align="center">

<a href="https://github.com/ThunderStruct/nbrefactor">![Platform](https://img.shields.io/badge/python-v3.7-green)</a>
<a href="https://pypi.org/project/nbrefactor/">![pypi](https://img.shields.io/badge/pypi%20package-0.1.1-lightgrey.svg)</a>
<a href="https://pypi.org/project/nbrefactor/">![pypi](https://img.shields.io/badge/pypi%20package-0.1.2-lightgrey.svg)</a>
<a href="https://github.com/ThunderStruct/nbrefactor/blob/master/LICENSE">![License](https://img.shields.io/badge/license-MIT-orange)</a>
<a href="https://nbrefactor.readthedocs.io/en/latest/">![Read the Docs](https://readthedocs.org/projects/nbrefactor/badge/?version=latest)</a>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='nbrefactor',
version='0.1.1',
version='0.1.2',
author='Mohamed Shahawy',
author_email='envious-citizen.0s@icloud.com',
description='An automation tool to refactor Jupyter Notebooks to Python modules, with code dependency analysis.',
Expand Down
2 changes: 1 addition & 1 deletion src/nbrefactor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Current
__version__ = '0.1.1'
__version__ = '0.1.2'

# CLI
from .cli import main
Expand Down

0 comments on commit 548f59c

Please sign in to comment.