Skip to content

Commit afe9cb6

Browse files
committed
fix: fix docs
1 parent 59f9b70 commit afe9cb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
html_css_files = ["custom.css"]
9595

9696
# Add .nojekyll so GitHub Pages serves _static and other underscored folders
97-
html_extra_path = [".nojekyll"]
97+
# html_extra_path = [".nojekyll"]
9898

9999
# Required for correct link rendering on GitHub Pages under a subpath
100100
html_baseurl = "https://diogoribeiro7.github.io/packages/gensurvpy/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gen_surv"
3-
version = "1.0.9"
3+
version = "1.0.10"
44
description = "A Python package for simulating survival data, inspired by the R package genSurv"
55
authors = ["Diogo Ribeiro <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)