Skip to content

Commit

Permalink
Merge branch 'master' into sep
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Sep 16, 2024
2 parents aec09cd + 755ddfd commit f5466db
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Preview the generated doc in pull requests.

name: Preview Generated Docs
on:
pull_request:
branches: ["master"]

permissions:
pull-requests: write

jobs:
documentation-links:
name: Preview Docs
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "editorconfig-specification"
single-version: true
7 changes: 6 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@
# -- Project information -----------------------------------------------------

project = 'EditorConfig Specification'
copyright = '2019--2020, EditorConfig Team'
copyright = '2019--2024, EditorConfig Team'
author = 'EditorConfig Team'

version = '0.16.0'
release = '0.16.0'

# -- General configuration ---------------------------------------------------

import os

# Set canonical URL from the Read the Docs Domain
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")

# The master document
master_doc = 'index'

Expand Down

0 comments on commit f5466db

Please sign in to comment.