{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":392675066,"defaultBranch":"4.x","name":"sphinx","ownerLogin":"jakelishman","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-08-04T12:10:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5968590?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1692830013.0","currentOid":""},"activityList":{"items":[{"before":"879b6b259977bd08d7eb18e1c72519191f9b2fea","after":"57fcb86e37afd9f5a1faaf431210d21e3b796030","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-09-26T13:43:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Use `SEP` in place of magic literal for root marker","shortMessageHtmlLink":"Use SEP in place of magic literal for root marker"}},{"before":"e4dd14fa7f080b1a2541aa1ef7e828b1131b10e9","after":"879b6b259977bd08d7eb18e1c72519191f9b2fea","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-09-26T13:41:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Use `SEP` in place of magic literal for root marker","shortMessageHtmlLink":"Use SEP in place of magic literal for root marker"}},{"before":"62b27c495819eab7793c0fbd639b2974e91f0b2a","after":"e4dd14fa7f080b1a2541aa1ef7e828b1131b10e9","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-09-26T09:53:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Fix up documentation wording\n\nCo-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>","shortMessageHtmlLink":"Fix up documentation wording"}},{"before":"53afa1a31005b1ef7cdb7fab460d0b204076a400","after":"62b27c495819eab7793c0fbd639b2974e91f0b2a","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-08-25T10:57:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Correct toctree-directory documentation","shortMessageHtmlLink":"Correct toctree-directory documentation"}},{"before":"7d2eb5f0c892baa927eed37f4a9781d0af941231","after":"53afa1a31005b1ef7cdb7fab460d0b204076a400","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-08-23T23:10:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Allow relative-to-root toctree dirs in autosummary\n\nThis treats a leading `/` in the directory of a `toctree` option in an\n`autosummary` block as requesting a directory relative to the source\ndocumentation root, rather than relative to the current directory.\nPreviously, prefixing a path with `/` would typically cause build\nfailures on Unix-likes because\n\n posixpath.join(\"/prefix/path\", \"/other\") == \"/other\"\n\nand Sphinx (hopefully!) didn't have permission to create directories in\nthe filesystem root. This means that the change should not conflict\nwith any existing practical working documentation builds.\n\nAutosummary currently uses `posixpath` for most operations even on\nWindows, so the root indicator is only permitted as `/`, not `os.sep`.","shortMessageHtmlLink":"Allow relative-to-root toctree dirs in autosummary"}},{"before":"9ff46c43c740a18928bbe478cbe103bf527ef2bc","after":"7d2eb5f0c892baa927eed37f4a9781d0af941231","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-08-23T22:44:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Allow relative-to-root toctree dirs in autosummary\n\nThis treats a leading `/` (technically `os.sep`) in the directory of a\n`toctree` option in an `autosummary` block as requesting a directory\nrelative to the source documentation root, rather than relative to the\ncurrent directory. Previously, prefixing a path with `/` would\ntypically cause build failures on Unix-likes because\n\n os.path.join(\"/prefix/path\", \"/other\") == \"/other\"\n\nand Sphinx (hopefully!) didn't have permission to create directories in\nthe filesystem root. This means that the change should not conflict\nwith any existing practical working documentation builds.","shortMessageHtmlLink":"Allow relative-to-root toctree dirs in autosummary"}},{"before":null,"after":"9ff46c43c740a18928bbe478cbe103bf527ef2bc","ref":"refs/heads/autosummary-root-directory","pushedAt":"2023-08-23T22:33:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jakelishman","name":"Jake Lishman","path":"/jakelishman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5968590?s=80&v=4"},"commit":{"message":"Allow relative-to-root toctree dirs in autosummary\n\nThis treats a leading `/` (technically `os.sep`) in the directory of a\n`toctree` option in an `autosummary` block as requesting a directory\nrelative to the source documentation root, rather than relative to the\ncurrent directory. Previously, prefixing a path with `/` would\ntypically cause build failures on Unix-likes because\n\n os.path.join(\"/prefix/path\", \"/other\") == \"/other\"\n\nand Sphinx (hopefully!) didn't have permission to create directories in\nthe filesystem root. This means that the change should not conflict\nwith any existing practical working documentation builds.","shortMessageHtmlLink":"Allow relative-to-root toctree dirs in autosummary"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADiTHjVwA","startCursor":null,"endCursor":null}},"title":"Activity ยท jakelishman/sphinx"}