We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f9b70 commit afe9cb6Copy full SHA for afe9cb6
docs/source/conf.py
@@ -94,7 +94,7 @@
94
html_css_files = ["custom.css"]
95
96
# Add .nojekyll so GitHub Pages serves _static and other underscored folders
97
-html_extra_path = [".nojekyll"]
+# html_extra_path = [".nojekyll"]
98
99
# Required for correct link rendering on GitHub Pages under a subpath
100
html_baseurl = "https://diogoribeiro7.github.io/packages/gensurvpy/"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gen_surv"
3
-version = "1.0.9"
+version = "1.0.10"
4
description = "A Python package for simulating survival data, inspired by the R package genSurv"
5
authors = ["Diogo Ribeiro <[email protected]>"]
6
license = "MIT"
0 commit comments