Skip to content

Commit

Permalink
read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
studioj committed May 16, 2021
1 parent a25f8b4 commit 18ee713
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 2

formats: all

build:
image: latest

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

![python package workflow](https://github.com/studioj/jira-agile-toolbox/actions/workflows/python-publish.yml/badge.svg)
![python package workflow](https://github.com/studioj/jira-agile-toolbox/actions/workflows/python-package.yml/badge.svg)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgitpro.ttaallkk.top%2Fstudioj%2Fjira-agile-toolbox.svg?type=shield)](https://app.fossa.com/projects/git%2Bgitpro.ttaallkk.top%2Fstudioj%2Fjira-agile-toolbox?ref=badge_shield)


A python package which extends the jira package with agile related functionality

Expand All @@ -17,6 +15,9 @@ For more info about the jira package
pip install jira-agile-toolbox
```

## Documentation
https://jira-agile-toolbox.readthedocs.io/

## Features

- ### Getting story points from an epic
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_static/css/custom_width.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url("theme.css");
/* as found in https://stackoverflow.com/a/62338678/2559785 */
.wy-nav-content {
max-width: 90%; !important
max-width: 75%;
}
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
html_static_path = ["_static"]

html_style = "css/custom_width.css"
html_theme_options = {"body_max_width": "50%"}

version = jira_agile_toolbox.__version__
# The full version, including alpha/beta/rc tags.
Expand Down

0 comments on commit 18ee713

Please sign in to comment.