Skip to content

Commit

Permalink
Readthedocs update
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxir committed Sep 12, 2024
1 parent d09f9e6 commit edcddd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ build:
tools:
python: "3.12"
nodejs: "19"
jobs:
post_create_environment:
- npm install # Install all dependencies from package.json

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -24,9 +27,4 @@ formats:
# Declare the Python requirements required to build your documentation
python:
install:
- requirements: docs/requirements.txt # If you use specific Python dependencies for Sphinx

# Install Node.js dependencies using a custom command
jobs:
post_create_environment:
- npm install # Install all dependencies from package.json
- requirements: docs/requirements.txt # If you use specific Python dependencies for Sphinx
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
project = 'ScrapeBnB'
author = 'Michael Adrian'
copyright = '2024, Michael Adrian'
release = '1.1.5'
release = '1.1.6'

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrapebnb",
"version": "1.1.5",
"version": "1.1.6",
"description": "A Node.js package for scraping Airbnb property data",
"repository": {
"type": "git",
Expand Down

0 comments on commit edcddd6

Please sign in to comment.